Skip to content

Commit

Permalink
Depend Release stage on all build stages
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetseckin committed Nov 16, 2019
1 parent 56c004c commit 1763d48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pipelines/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ stages:
runtimeIdentifier: 'osx-x64'
vmImage: 'ubuntu-latest'
- stage: 'Release'
dependsOn: ['win10_x64', 'linux_x64', 'osx_x64']
jobs:
- job: 'release_job'
steps:
Expand Down

0 comments on commit 1763d48

Please sign in to comment.