Skip to content

Commit

Permalink
Update symbol archival task
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed May 1, 2024
1 parent 88c6b6b commit 1ec03f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions azure-pipelines/prepare-insertion-stages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,12 @@ stages:
- download: current
artifact: symbols-legacy
displayName: 🔻 Download symbols-legacy artifact
- task: MicroBuildArchiveSymbols@4
- task: MicroBuildArchiveSymbols@5
displayName: 🔣 Archive symbols to Symweb
inputs:
SymbolsFeatureName: $(SymbolsFeatureName)
SymbolsProject: VS
SymbolsAgentPath: $(Pipeline.Workspace)/symbols-legacy
azureSubscription: Symbols Upload (DevDiv)

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

0 comments on commit 1ec03f1

Please sign in to comment.