Created
October 10, 2022 17:28
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
- stage 'Development' | |
jobs: | |
- deployment: DeployExampleDev | |
displayName: "Deploy Example on development" | |
# removed other details | |
- stage: 'AcceptatieExtern' | |
jobs: | |
- deployment: DeployExampleAccExt | |
displayName: "Deploy Example on acceptatie-extern" | |
dependsOn: 'Development' | |
condition: succeeded() | |
# removed other details |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment