From a2b115e0756b208fd5e997dc0f7aa4716d741898 Mon Sep 17 00:00:00 2001 From: Peter Collins Date: Fri, 18 Aug 2023 10:26:33 -0400 Subject: [PATCH] [build] Bump arcade for latest SxS manifest fixes Context: https://github.com/dotnet/arcade/commit/b6e1c2fd5fdada05c64e7f17e2a97fae240f9043 Updates the arcade version to bring in a fix for workload MSI generation when side by side manifest support is enabled. This should allow us to avoid an issue that would occur when trying to insert a new workload manifest with the same SDK band as the one already in VS. --- build-tools/automation/azure-pipelines.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-tools/automation/azure-pipelines.yaml b/build-tools/automation/azure-pipelines.yaml index 504a82311af..0473685af36 100644 --- a/build-tools/automation/azure-pipelines.yaml +++ b/build-tools/automation/azure-pipelines.yaml @@ -471,6 +471,7 @@ stages: !*Darwin* propsArtifactName: $(NuGetArtifactName) signType: $(MicroBuildSignType) + arcadePackageVersion: 8.0.0-beta.23417.3 postConvertSteps: - task: DownloadPipelineArtifact@2 inputs: