Continuous deployment - mayankpawar25/training_v2.1 GitHub Wiki
Continuous Deployment
If you want to update the existing Training app with latest functionality-
-
Make sure you have cloned the latest app repository locally.
-
Open the actionManifest.json file in a text editor.
-
Run the command below to update your Training app with the latest version of code. When prompted, log in using your AAD account.
npm run update-teams-app
-
Your Training app on Teams automatically gets updated to the latest version.