Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Created October 10, 2022 17:28
- 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