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 bcca7aac1b)
Service-Card-Id: 91719595
Service-Version: 1.19
This commit is contained in:
Dustin L. Howett 2024-01-30 17:34:27 -06:00 committed by Dustin L. Howett
parent add1632d63
commit 26d35c3ac5
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ extends:
- stage: Publish
displayName: Publish
dependsOn: [Build, Package]
dependsOn: [Build]
jobs:
- template: ./build/pipelines/templates-v2/job-publish-symbols.yml@self
parameters: