Continuous deployment - OfficeDev/microsoft-teams-apps-survey GitHub Wiki

Continuous deployment

If you want to update the existing Survey Teams app with latest functionality-

  1. Make sure you have cloned the latest app repository locally.

  2. Open the actionManifest.json file in a text editor.

    • Update the placeholder fields (packageID, developer.name, developer.websiteUrl, developer.privacyUrl, developer.termsOfUseUrl) in the manifest with existing values in your Survey Teams app.

    • Update the version field in the manifest. Make sure latest version number is higher than previous version number.

  3. Run the command below to update your Survey Teams app with the latest version of code. When prompted, log in using your AAD account.

    npm run update-teams-app

  4. Your Survey app on Teams automatically gets updated to the latest version.