as a long time reader of stackoverflow articles, I now have a problem myself to which I have not yet found an answer. I am trying to build a tabs app for MS Teams. In VS Code a first version is already running as desired. The debug version runs in the browser, all good. But as soon as I try to build an app package, the compiler runs through, but except for the manifest file and two icons, the ZIP archive is empty. This is despite the fact that the build process runs cleanly. I see all the generated files in VS Code. But all the packing together in the app package somehow doesn't work. Also the way via Azure is not different. Building yes, but at the end the ZIP archive is basically empty. I have set up all the necessary accounts and subscriptions and I don't get any error messages anymore. I strictly followed this guide: https://docs.microsoft.com/en-us/microsoftteams/platform//sbs-gs-javascript?tabs=vscode%2Cvsc%2Cviscode
Does anyone have any ideas?
File-Tree
[
]
Build-Dir
[
]
Yes. Its getting correctly.
A Teams app package consists of three files:
Reference Doc: https://docs.microsoft.com/en-us/microsoftteams/platform/toolkit/visual-studio-code-overview#configure-your-app