Merge pull request #13323 from MichaelSimons/tarball-ci
Fix tarball CI condition
This commit is contained in:
commit
d96bce98ce
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ jobs:
|
|||
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.
|
||||
# The bootstrap build will shortcut if the stage 1 build failed.
|
||||
condition: succeededOrFailed()
|
||||
condition: and(${{ parameters.condition }}, succeededOrFailed())
|
||||
pool:
|
||||
${{ if eq(variables['System.TeamProject'], 'public') }}:
|
||||
${{ parameters.poolPublic }}
|
||||
|
|
Loading…
Add table
Reference in a new issue