Create a multistage pipeline by using Azure Pipelines
Design and create a realistic release pipeline that promotes changes to various testing and staging environments.
In this module, you will:
- Identify the stages, or major divisions of the pipeline, that you need to implement a multistage pipeline.
- Understand when to use conditions, triggers, and approvals to promote changes from one stage to the next.
- Promote a build through these stages: Dev, Test, and Staging.
Prerequisites
- An Azure subscription
- An Azure DevOps organization
- Visual Studio Code
- .NET Core 2.1
- Git
- A GitHub account