May 2019
Intermediate to advanced
504 pages
11h 50m
English
In an Azure DevOps release, the transition between stages is controlled by triggers and gates. The release train, as well as manual or external service gates, can be configured using these components.
The main trigger for a release is set up through the artifacts introduced in a release. As mentioned, a build artifact can be set up to trigger a new release with each new version.
The following trigger will be executed every time a build artifact is created from a source branch matching the given wildcard expression (that is, /release/* ):

This scenario can be extended to include build tags and additional exclude
Read now
Unlock full access