Merge pull request #13323 from MichaelSimons/tarball-ci

Fix tarball CI condition
This commit is contained in:
Chris Rummel 2022-03-04 11:46:45 -06:00 committed by GitHub
commit d96bce98ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}