Skip to content

Commit 19cd4b2

Browse files
authored
Update ci-public.yml
1 parent 67edf5e commit 19cd4b2

File tree

1 file changed

+2
-19
lines changed

1 file changed

+2
-19
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)

0 commit comments

Comments
 (0)