File tree Expand file tree Collapse file tree 2 files changed +4
-40
lines changed Expand file tree Collapse file tree 2 files changed +4
-40
lines changed Original file line number Diff line number Diff line change @@ -76,8 +76,6 @@ variables:
76
76
value : /bl:artifacts/log/Release/Build.CodeSign.binlog
77
77
- name : WindowsInstallersLogArgs
78
78
value : /bl:artifacts/log/Release/Build.Installers.binlog
79
- - name : WindowsArm64InstallersLogArgs
80
- value : /bl:artifacts/log/Release/Build.Installers.Arm64.binlog
81
79
- name : _SignType
82
80
value : ' '
83
81
- name : _InternalRuntimeDownloadArgs
@@ -205,29 +203,14 @@ stages:
205
203
-sign
206
204
-buildInstallers
207
205
-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
223
206
-publish
224
207
/p:DotNetSignType=$(_SignType)
225
208
/p:AssetManifestFileName=aspnetcore-win.xml
226
209
$(_BuildArgs)
227
210
$(_PublishArgs)
228
211
$(_InternalRuntimeDownloadArgs)
229
- $(WindowsArm64InstallersLogArgs )
230
- displayName : Build ARM64 Installers
212
+ $(WindowsInstallersLogArgs )
213
+ displayName : Build Installers
231
214
232
215
artifacts :
233
216
- name : Windows_Logs_Attempt_$(System.JobAttempt)
Original file line number Diff line number Diff line change @@ -78,8 +78,6 @@ variables:
78
78
value : /bl:artifacts/log/Release/Build.CodeSign.binlog
79
79
- name : WindowsInstallersLogArgs
80
80
value : /bl:artifacts/log/Release/Build.Installers.binlog
81
- - name : WindowsArm64InstallersLogArgs
82
- value : /bl:artifacts/log/Release/Build.Installers.Arm64.binlog
83
81
- name : _InternalRuntimeDownloadArgs
84
82
value : -RuntimeSourceFeed https://ci.dot.net/internal
85
83
-RuntimeSourceFeedKey $(dotnetbuilds-internal-container-read-token-base64)
@@ -255,33 +253,16 @@ extends:
255
253
-sign
256
254
-buildInstallers
257
255
-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
275
256
-publish
276
257
/p:DotNetSignType=$(_SignType)
277
258
/p:AssetManifestFileName=aspnetcore-win.xml
278
259
$(_BuildArgs)
279
260
$(_PublishArgs)
280
261
$(_InternalRuntimeDownloadArgs)
281
- $(WindowsArm64InstallersLogArgs )
262
+ $(WindowsInstallersLogArgs )
282
263
env :
283
264
MSBUILDUSESERVER : " 1"
284
- displayName : Build ARM64 Installers
265
+ displayName : Build Installers
285
266
286
267
artifacts :
287
268
- name : Windows_Logs_Attempt_$(System.JobAttempt)
You can’t perform that action at this time.
0 commit comments