Skip to content

Commit

Permalink
Add dependency betwen release jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie committed Apr 5, 2020
1 parent 90e70e3 commit 1e77ebc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ stages:
displayName: Get commit message and calculate release variables
env:
AUDIO_ANALYSIS_CI: $(AUDIO_ANALYSIS_CI)
- job:
- job: doRelease
dpendsOn: checkRelease
displayName: Release
condition: eq(dependencies.checkRelease.outputs['calculateVariables.shouldRelease'], 'true')
pool:
Expand Down

0 comments on commit 1e77ebc

Please sign in to comment.