Skip to content

Commit

Permalink
azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
garyverhaegen-da committed Apr 12, 2019
1 parent 7274414 commit 22fec36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
linuxReleased: $[ dependencies.linux.outputs['maybeRelease.has_released'] ]
macOSReleased: $[ dependencies.macOS.outputs['maybeRelease.has_released'] ]
condition: and(succeeded(),
eq( dependencies.linux.outputs['maybeRelease.has_released', 'true'),
eq( dependencies.linux.outputs['maybeRelease.has_released'], 'true'),
eq( variables['macOSReleased'], 'true'))
pool:
vmImage: 'Ubuntu-16.04'
Expand Down

0 comments on commit 22fec36

Please sign in to comment.