-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot have more than one TeamsApp in the same solution #13305
Comments
👋 Hi @ridomin, Thank you for reporting this issue! We want to let you know that: ⏱️ Our team will personally review your issue ✨ This is an AI-generated initial response The issue you are experiencing is related to the limitation of the Teams Toolkit, which currently supports only one TeamsApp per Visual Studio solution. This limitation prevents you from adding multiple Teams projects to a single solution, leading to an inconsistent state when you attempt to do so. Proposed SolutionsHere are some suggested solutions to address this issue:
Steps for Manual ConfigurationIf you choose to manually configure the
Example of
|
@ridomin Multiple |
how the csproj is linked from the ttkproj? I dont see any reference in the manifest.json. Can I repurpose this issue as a feature? or do you prefer a new issue as Feature Request? |
@ridomin You need to add capability pointing to the added project and update yml files to adapt provision/deploy lifecycles. We don't have specific documents since there're too many scenarios for different caps. But you could reference this doc to update. |
One of the core features of Visual Studio is the concept of "solutions", where I can organize multiple projects in my SLN.
Seems like the TeamsToolkit only allows on TeamsApp per solution. So When I try to add another TeamsProject to an existing solution the ttkproj file does not get updated with the second app, leaving the solution in a weird state.
The text was updated successfully, but these errors were encountered: