OfficeDev / microsoft-teams-apps-icebreaker

Icebreaker is an open-source app for Microsoft Teams that helps the whole team get closer by pairing members up every week at random to meet for coffee, burgers, pizza, or a walk around the block.
MIT License
174 stars 206 forks source link

IceBreaker-manifest.zip fails validation and cannot be uploaded as an app #300

Closed mobomelter closed 1 year ago

mobomelter commented 1 year ago

I've tried checking against https://dev.teams.microsoft.com/appvalidation.html and trying to upload the zip created by the script directly to Teams and both error out saying the manifest.json cannot be found. I see it within the ZIP file and it appears to be correct. Is this an error with the script?

mobomelter commented 1 year ago

It appears the auto generated ZIP is missing the actual language JSON files and thus fails validation. Combining all the language JSONs and the filled out manifest.json into a new ZIP makes it pass validation and upload successfully.