Fix tarball CI condition
This commit is contained in:
parent
4148f064b0
commit
9b9c22e77d
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ jobs:
|
||||||
dependsOn: Build_Tarball
|
dependsOn: Build_Tarball
|
||||||
# Always attempt to run the bootstrap leg (e.g. even when stage 1 tests fail) in order to get a complete accessment of the build status.
|
# Always attempt to run the bootstrap leg (e.g. even when stage 1 tests fail) in order to get a complete accessment of the build status.
|
||||||
# The bootstrap build will shortcut if the stage 1 build failed.
|
# The bootstrap build will shortcut if the stage 1 build failed.
|
||||||
condition: succeededOrFailed()
|
condition: and(${{ parameters.condition }}, succeededOrFailed())
|
||||||
pool:
|
pool:
|
||||||
${{ if eq(variables['System.TeamProject'], 'public') }}:
|
${{ if eq(variables['System.TeamProject'], 'public') }}:
|
||||||
${{ parameters.poolPublic }}
|
${{ parameters.poolPublic }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue