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
Intro
Purpose
To run a release pipeline, you must generate an artifact based on a recent build. But what is an artifact? It’s a compressed version of the project or solution which contains all of the necessary information to create the base of a release pipeline configuration.
Prerequisites
- Enable continuous integration by creating a build pipeline with either:
- C# resources
- TypeScript resources
Time To Complete
15 minutes
Scenario
A personalized release pipeline in Azure DevOps. This tutorial is based on a sample Virtual Assistant in the Bot Framework Solutions repository.
For further information, read Release Pipelines.