Skip to content

Commit

Permalink
Don't separately build arm64 installers
Browse files Browse the repository at this point in the history
  • Loading branch information
John Luo committed Mar 23, 2021
1 parent f1b0157 commit 03aab5d
Showing 1 changed file with 7 additions and 35 deletions.
42 changes: 7 additions & 35 deletions .azure/pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,15 +277,6 @@ stages:
agentOs: Windows
installNodeJs: false
installJdk: false
artifacts:
- name: Windows_arm64_Logs
path: artifacts/log/
publishOnError: true
includeForks: true
- name: Windows_arm64_Packages
path: artifacts/packages/
- name: Windows_arm64_Installers
path: artifacts/installers/
steps:
- script: ./eng/build.cmd
-ci
Expand All @@ -300,32 +291,13 @@ stages:
$(_InternalRuntimeDownloadArgs)
$(WindowsArm64LogArgs)
displayName: Build ARM64

# Windows installers bundle for arm64
- script: ./eng/build.cmd
-ci
-noBuildRepoTasks
-arch arm64
-sign
-buildInstallers
-noBuildNative
/p:DotNetSignType=$(_SignType)
/p:AssetManifestFileName=aspnetcore-win-arm64.xml
$(_BuildArgs)
$(_PublishArgs)
$(_InternalRuntimeDownloadArgs)
$(WindowsArm64InstallersLogArgs)
displayName: Build Arm64 Installers

# A few files must also go to the VS package feed.
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest'), ne(variables['PostBuildSign'], 'true')) }}:
- task: NuGetCommand@2
displayName: Push Visual Studio packages
inputs:
command: push
packagesToPush: 'artifacts/packages/**/VS.Redist.Common.AspNetCore.*.nupkg'
nuGetFeedType: external
publishFeedCredentials: 'DevDiv - VS package feed'
artifacts:
- name: Windows_arm64_Logs
path: artifacts/log/
publishOnError: true
includeForks: true
- name: Windows_arm64_Packages
path: artifacts/packages/


# Build MacOS arm64
Expand Down

0 comments on commit 03aab5d

Please sign in to comment.