Skip to content

Commit

Permalink
build: remove symbols' dependency on the Package phase (#16625)
Browse files Browse the repository at this point in the history
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 bcca7aa)
Service-Card-Id: 91719596
Service-Version: 1.20
  • Loading branch information
DHowett committed Jan 31, 2024
1 parent dccc1f4 commit d5a3499
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d5a3499

Please sign in to comment.