Skip to content

Instantly share code, notes, and snippets.

@justinyoo
Created September 22, 2019 02:51
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