Skip to content

Instantly share code, notes, and snippets.

@justinyoo
Created September 22, 2019 02:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justinyoo/653068f01485a332324614daec4b011f to your computer and use it in GitHub Desktop.
Save justinyoo/653068f01485a332324614daec4b011f to your computer and use it in GitHub Desktop.
Azure DevOps YAML Pipelines Approval Strategy
stages:
...
- stage: ReleaseWithoutTemplate
displayName: 'Release without Template'
...
jobs:
- deployment: HostedVs2017
...
environment: release
...
- stage: ReleaseWithStepsTemplate
displayName: 'Release with Steps Template'
...
jobs:
- deployment: HostedVs2017
...
environment: release
...
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment