Is Multi-Stage YAML Release pipeline available in Azure Devops Server 2019? If yes, how to enable and get started?
Asked
Active
Viewed 178 times
1
-
Welcome to StackOverflow, add some more description and code if it's required to understand the question because it will resolve your problem ASAP. – Nensi Kasundra May 12 '20 at 10:46
1 Answers
1
Sorry, this is not supported on Azure DevOps Server 2019 at the moment. You must use Azure DevOps Service.
To use stages in YAML, make sure the Multi-stage pipelines experience is turned on.
How to get start and detail steps please refer this blog.

PatrickLu-MSFT
- 49,478
- 5
- 35
- 62
-
Where is it documented what versions support Multi Stage pipeline? Because when I go to the link about preview features and then click on "multi-stage pipelines" I get to this page, which lists lots of DevOps Server versions as well https://learn.microsoft.com/en-us/azure/devops/pipelines/process/stages?view=azure-devops&tabs=yaml – dnanon Jul 21 '20 at 06:46