mirror of
https://github.com/microsoft/terminal.git
synced 2025-12-10 18:43:54 -06:00
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.
This commit is contained in:
parent
a2bb3136bb
commit
bcca7aac1b
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user