diff --git a/ci/patch_bazel_windows/compile.yml b/ci/patch_bazel_windows/compile.yml index d6e9f6270673..40174f7ad4e9 100644 --- a/ci/patch_bazel_windows/compile.yml +++ b/ci/patch_bazel_windows/compile.yml @@ -31,6 +31,8 @@ jobs: setvar should_run $SHOULD_RUN setvar target $TARGET setvar target_url $TARGET_URL + + echo "Final hash and URL will be printed by the ${{parameters.final_job_name}} job." name: out - job: patch_bazel_compile @@ -71,6 +73,7 @@ jobs: mkdir '$(Build.StagingDirectory)\patched-bazel' zip bazel.zip bazel.exe cp bazel.zip '$(Build.StagingDirectory)\patched-bazel' + echo "Final hash and URL will be printed by the ${{parameters.final_job_name}} job." condition: eq(variables.should_run, 'true') - task: PublishPipelineArtifact@1 inputs: