From 85dc18ca1748f2c61face07710a93343e6b6e8a0 Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Fri, 5 Apr 2024 17:23:00 -0600 Subject: [PATCH] Update symbol archival task --- azure-pipelines/prepare-insertion-stages.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/azure-pipelines/prepare-insertion-stages.yml b/azure-pipelines/prepare-insertion-stages.yml index da163c76..ab4507c4 100644 --- a/azure-pipelines/prepare-insertion-stages.yml +++ b/azure-pipelines/prepare-insertion-stages.yml @@ -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 false }}: # Switch to true to enable, but leave the condition to avoid merge conflicts later. - job: push