Merge in 'release/6.0.1xx' changes

This commit is contained in:
dotnet-bot 2022-03-02 22:11:14 +00:00
commit 6fb4d469ed

View file

@ -116,6 +116,9 @@ jobs:
- job: Rebuild_Tarball - job: Rebuild_Tarball
displayName: Rebuild Tarball With Previous displayName: Rebuild Tarball With Previous
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.
# The bootstrap build will shortcut if the stage 1 build failed.
condition: succeededOrFailed()
pool: pool:
${{ if eq(variables['System.TeamProject'], 'public') }}: ${{ if eq(variables['System.TeamProject'], 'public') }}:
${{ parameters.poolPublic }} ${{ parameters.poolPublic }}