Skip to content

Commit 045d245

Browse files
authored
Don't build Arm64 Windows installers in CI (#63279)
* Update ci.yml * Update ci-public.yml
1 parent f1b83bf commit 045d245

File tree

2 files changed

+4
-40
lines changed

2 files changed

+4
-40
lines changed

.azure/pipelines/ci-public.yml

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ variables:
7676
value: /bl:artifacts/log/Release/Build.CodeSign.binlog
7777
- name: WindowsInstallersLogArgs
7878
value: /bl:artifacts/log/Release/Build.Installers.binlog
79-
- name: WindowsArm64InstallersLogArgs
80-
value: /bl:artifacts/log/Release/Build.Installers.Arm64.binlog
8179
- name: _SignType
8280
value: ''
8381
- name: _InternalRuntimeDownloadArgs
@@ -205,29 +203,14 @@ stages:
205203
-sign
206204
-buildInstallers
207205
-noBuildNative
208-
/p:DotNetSignType=$(_SignType)
209-
$(_BuildArgs)
210-
$(_InternalRuntimeDownloadArgs)
211-
$(WindowsInstallersLogArgs)
212-
displayName: Build Installers
213-
214-
# Windows installers bundle and sharedfx msi for arm64
215-
- script: ./eng/build.cmd
216-
-ci
217-
-prepareMachine
218-
-noBuildRepoTasks
219-
-arch arm64
220-
-sign
221-
-buildInstallers
222-
-noBuildNative
223206
-publish
224207
/p:DotNetSignType=$(_SignType)
225208
/p:AssetManifestFileName=aspnetcore-win.xml
226209
$(_BuildArgs)
227210
$(_PublishArgs)
228211
$(_InternalRuntimeDownloadArgs)
229-
$(WindowsArm64InstallersLogArgs)
230-
displayName: Build ARM64 Installers
212+
$(WindowsInstallersLogArgs)
213+
displayName: Build Installers
231214

232215
artifacts:
233216
- name: Windows_Logs_Attempt_$(System.JobAttempt)

.azure/pipelines/ci.yml

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ variables:
7878
value: /bl:artifacts/log/Release/Build.CodeSign.binlog
7979
- name: WindowsInstallersLogArgs
8080
value: /bl:artifacts/log/Release/Build.Installers.binlog
81-
- name: WindowsArm64InstallersLogArgs
82-
value: /bl:artifacts/log/Release/Build.Installers.Arm64.binlog
8381
- name: _InternalRuntimeDownloadArgs
8482
value: -RuntimeSourceFeed https://ci.dot.net/internal
8583
-RuntimeSourceFeedKey $(dotnetbuilds-internal-container-read-token-base64)
@@ -255,33 +253,16 @@ extends:
255253
-sign
256254
-buildInstallers
257255
-noBuildNative
258-
/p:DotNetSignType=$(_SignType)
259-
$(_BuildArgs)
260-
$(_InternalRuntimeDownloadArgs)
261-
$(WindowsInstallersLogArgs)
262-
env:
263-
MSBUILDUSESERVER: "1"
264-
displayName: Build Installers
265-
266-
# Windows installers bundle and sharedfx msi for arm64
267-
- script: ./eng/build.cmd
268-
-ci
269-
-prepareMachine
270-
-noBuildRepoTasks
271-
-arch arm64
272-
-sign
273-
-buildInstallers
274-
-noBuildNative
275256
-publish
276257
/p:DotNetSignType=$(_SignType)
277258
/p:AssetManifestFileName=aspnetcore-win.xml
278259
$(_BuildArgs)
279260
$(_PublishArgs)
280261
$(_InternalRuntimeDownloadArgs)
281-
$(WindowsArm64InstallersLogArgs)
262+
$(WindowsInstallersLogArgs)
282263
env:
283264
MSBUILDUSESERVER: "1"
284-
displayName: Build ARM64 Installers
265+
displayName: Build Installers
285266

286267
artifacts:
287268
- name: Windows_Logs_Attempt_$(System.JobAttempt)

0 commit comments

Comments
 (0)