diff --git a/src/SourceBuild/Arcade/eng/common/templates/job/source-build-run-tarball-build.yml b/src/SourceBuild/Arcade/eng/common/templates/job/source-build-run-tarball-build.yml index a0db3872f..3871ed3d8 100644 --- a/src/SourceBuild/Arcade/eng/common/templates/job/source-build-run-tarball-build.yml +++ b/src/SourceBuild/Arcade/eng/common/templates/job/source-build-run-tarball-build.yml @@ -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 }}