Skip to content

Commit

Permalink
Make Publish depend on successful Test
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jan 4, 2020
1 parent 81114af commit e768556
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ stages:
condition: succeededOrFailed()

- stage: Publish
dependsOn: Test
jobs:
- job: 'Publish'

Expand Down

0 comments on commit e768556

Please sign in to comment.