Created
September 22, 2019 02:51
-
-
Save justinyoo/653068f01485a332324614daec4b011f to your computer and use it in GitHub Desktop.
Azure DevOps YAML Pipelines Approval Strategy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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