diff --git a/.azure/pipelines/ci.yml b/.azure/pipelines/ci.yml index f7c2a78ccee9..63172f92af00 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