From b4dc2153d732496572952909cd149f25d9a696b8 Mon Sep 17 00:00:00 2001 From: Brennan Date: Tue, 11 Jan 2022 11:44:27 -0800 Subject: [PATCH] Remove double publish of windows assets (#39439) --- .azure/pipelines/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.azure/pipelines/ci.yml b/.azure/pipelines/ci.yml index f7c2a78ccee..63172f92af0 100644 --- a/.azure/pipelines/ci.yml +++ b/.azure/pipelines/ci.yml @@ -243,11 +243,8 @@ stages: -buildInstallers -noBuildNative /p:DotNetSignType=$(_SignType) - /p:AssetManifestFileName=aspnetcore-win-x64-x86.xml $(_BuildArgs) - $(_PublishArgs) $(_InternalRuntimeDownloadArgs) - /p:PublishInstallerBaseVersion=true $(WindowsInstallersLogArgs) displayName: Build Installers @@ -260,9 +257,10 @@ stages: -buildInstallers -noBuildNative /p:DotNetSignType=$(_SignType) - /p:AssetManifestFileName=aspnetcore-win-arm64.xml + /p:AssetManifestFileName=aspnetcore-win.xml $(_BuildArgs) $(_PublishArgs) + /p:PublishInstallerBaseVersion=true $(_InternalRuntimeDownloadArgs) $(WindowsArm64InstallersLogArgs) displayName: Build ARM64 Installers