diff --git a/.azure/pipelines/ci-public.yml b/.azure/pipelines/ci-public.yml index e0d7b2fae27e..22258ffb0e73 100644 --- a/.azure/pipelines/ci-public.yml +++ b/.azure/pipelines/ci-public.yml @@ -76,8 +76,6 @@ variables: value: /bl:artifacts/log/Release/Build.CodeSign.binlog - name: WindowsInstallersLogArgs value: /bl:artifacts/log/Release/Build.Installers.binlog -- name: WindowsArm64InstallersLogArgs - value: /bl:artifacts/log/Release/Build.Installers.Arm64.binlog - name: _SignType value: '' - name: _InternalRuntimeDownloadArgs @@ -205,29 +203,14 @@ stages: -sign -buildInstallers -noBuildNative - /p:DotNetSignType=$(_SignType) - $(_BuildArgs) - $(_InternalRuntimeDownloadArgs) - $(WindowsInstallersLogArgs) - displayName: Build Installers - - # Windows installers bundle and sharedfx msi for arm64 - - script: ./eng/build.cmd - -ci - -prepareMachine - -noBuildRepoTasks - -arch arm64 - -sign - -buildInstallers - -noBuildNative -publish /p:DotNetSignType=$(_SignType) /p:AssetManifestFileName=aspnetcore-win.xml $(_BuildArgs) $(_PublishArgs) $(_InternalRuntimeDownloadArgs) - $(WindowsArm64InstallersLogArgs) - displayName: Build ARM64 Installers + $(WindowsInstallersLogArgs) + displayName: Build Installers artifacts: - name: Windows_Logs_Attempt_$(System.JobAttempt) diff --git a/.azure/pipelines/ci.yml b/.azure/pipelines/ci.yml index ab0d36e1bedf..7c968f353eef 100644 --- a/.azure/pipelines/ci.yml +++ b/.azure/pipelines/ci.yml @@ -78,8 +78,6 @@ variables: value: /bl:artifacts/log/Release/Build.CodeSign.binlog - name: WindowsInstallersLogArgs value: /bl:artifacts/log/Release/Build.Installers.binlog -- name: WindowsArm64InstallersLogArgs - value: /bl:artifacts/log/Release/Build.Installers.Arm64.binlog - name: _InternalRuntimeDownloadArgs value: -RuntimeSourceFeed https://ci.dot.net/internal -RuntimeSourceFeedKey $(dotnetbuilds-internal-container-read-token-base64) @@ -255,33 +253,16 @@ extends: -sign -buildInstallers -noBuildNative - /p:DotNetSignType=$(_SignType) - $(_BuildArgs) - $(_InternalRuntimeDownloadArgs) - $(WindowsInstallersLogArgs) - env: - MSBUILDUSESERVER: "1" - displayName: Build Installers - - # Windows installers bundle and sharedfx msi for arm64 - - script: ./eng/build.cmd - -ci - -prepareMachine - -noBuildRepoTasks - -arch arm64 - -sign - -buildInstallers - -noBuildNative -publish /p:DotNetSignType=$(_SignType) /p:AssetManifestFileName=aspnetcore-win.xml $(_BuildArgs) $(_PublishArgs) $(_InternalRuntimeDownloadArgs) - $(WindowsArm64InstallersLogArgs) + $(WindowsInstallersLogArgs) env: MSBUILDUSESERVER: "1" - displayName: Build ARM64 Installers + displayName: Build Installers artifacts: - name: Windows_Logs_Attempt_$(System.JobAttempt)