Skip to content

Commit 1ec03f1

Browse files
committed
Update symbol archival task
1 parent 88c6b6b commit 1ec03f1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

azure-pipelines/prepare-insertion-stages.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,12 @@ stages:
2525
- download: current
2626
artifact: symbols-legacy
2727
displayName: 🔻 Download symbols-legacy artifact
28-
- task: MicroBuildArchiveSymbols@4
28+
- task: MicroBuildArchiveSymbols@5
2929
displayName: 🔣 Archive symbols to Symweb
3030
inputs:
3131
SymbolsFeatureName: $(SymbolsFeatureName)
3232
SymbolsProject: VS
3333
SymbolsAgentPath: $(Pipeline.Workspace)/symbols-legacy
34-
azureSubscription: Symbols Upload (DevDiv)
3534

3635
- ${{ if true }}: # leave the condition to avoid merge conflicts later.
3736
- job: push

0 commit comments

Comments
 (0)