This site is obsolete and should be used for reference only. The information in this documentation is not guaranteed to work for Bot Framework SDK versions past 4.9.1.
Tutorial: Enable continuous deployment
Create a release pipeline
- Visit your Azure DevOps team, select Releases, then New > New release pipeline.
- Select the option to add an artifact, this will show different options to manage the configuration like:
- Project
- Name
- Specific artifact (*Note: you can only select one after a build pipeline has been successfully executed)
- After the artifact is selected, configure the deployment stage by selecting Azure App Service deployment.
- In this case to verify the functionality of release configuration, we added an example task to check if the release configuration works without problems and verify the artifact configuration was compressed successfully in the build pipeline with the project information.
- Select Create new release, verify that the correct stage and artifact will be run and select Create.
- After the release is executed, check the log of each task added to the Agent Job. This will show you if any tasks run into warnings or errors.