Created
September 22, 2019 02:51
Azure DevOps YAML Pipelines Approval Strategy
This file contains hidden or 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