From d5a3499ed9de03adfaf8c97ac95baed717d57bf3 Mon Sep 17 00:00:00 2001 From: "Dustin L. Howett" Date: Tue, 30 Jan 2024 17:34:27 -0600 Subject: [PATCH] build: remove symbols' dependency on the Package phase (#16625) Due to things outside our control, sometimes the Package phase fails when VPack publication is enabled. Because of this, symbols won't be published. We still want these builds to be considered "golden" and we are still shipping them, so we *must* publish symbols. (cherry picked from commit bcca7aac1be1672a4a28814a3543fe9892910c89) Service-Card-Id: 91719596 Service-Version: 1.20 --- .../templates-v2/pipeline-onebranch-full-release-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/pipelines/templates-v2/pipeline-onebranch-full-release-build.yml b/build/pipelines/templates-v2/pipeline-onebranch-full-release-build.yml index 271e7d3e121..159eb6d080d 100644 --- a/build/pipelines/templates-v2/pipeline-onebranch-full-release-build.yml +++ b/build/pipelines/templates-v2/pipeline-onebranch-full-release-build.yml @@ -247,7 +247,7 @@ extends: - stage: Publish displayName: Publish - dependsOn: [Build, Package] + dependsOn: [Build] jobs: - template: ./build/pipelines/templates-v2/job-publish-symbols.yml@self parameters: