Merge in 'release/6.0.1xx' changes
This commit is contained in:
commit
6fb4d469ed
1 changed files with 3 additions and 0 deletions
|
@ -116,6 +116,9 @@ jobs:
|
|||
- job: Rebuild_Tarball
|
||||
displayName: Rebuild Tarball With Previous
|
||||
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()
|
||||
pool:
|
||||
${{ if eq(variables['System.TeamProject'], 'public') }}:
|
||||
${{ parameters.poolPublic }}
|
||||
|
|
Loading…
Reference in a new issue