Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
garyverhaegen-da committed Apr 18, 2019
1 parent 30a35ac commit 3cda712
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,7 @@ jobs:
dependsOn: ["release"]
condition: always() #eq(variables['Build.SourceBranchName'], 'master')
variables:
success: |
$[ and(eq(dependencies.linux.result, "Succeeded"),
eq(dependencies.macos.result, "Succeeded"),
eq(dependencies.windows.result, "Succeeded"),
eq(dependencies.release.result, "Succeeded")) ]
success: $[ and(eq(dependencies.linux.result, "Succeeded"), eq(dependencies.macos.result, "Succeeded"), eq(dependencies.windows.result, "Succeeded"), eq(dependencies.release.result, "Succeeded")) ]
pool:
vmImage: "Ubuntu-16.04"
steps:
Expand Down

0 comments on commit 3cda712

Please sign in to comment.