From 9b9c22e77da87d99ae6469e28de42280c2ec6bf7 Mon Sep 17 00:00:00 2001 From: MichaelSimons Date: Fri, 4 Mar 2022 14:10:42 +0000 Subject: [PATCH] Fix tarball CI condition --- .../eng/common/templates/job/source-build-run-tarball-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 3871ed3d8..b04465727 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 @@ -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 }}