Skip to content

Commit b4dc215

Browse files
Remove double publish of windows assets (#39439)
1 parent b611dc1 commit b4dc215

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.azure/pipelines/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -243,11 +243,8 @@ stages:
243243
-buildInstallers
244244
-noBuildNative
245245
/p:DotNetSignType=$(_SignType)
246-
/p:AssetManifestFileName=aspnetcore-win-x64-x86.xml
247246
$(_BuildArgs)
248-
$(_PublishArgs)
249247
$(_InternalRuntimeDownloadArgs)
250-
/p:PublishInstallerBaseVersion=true
251248
$(WindowsInstallersLogArgs)
252249
displayName: Build Installers
253250

@@ -260,9 +257,10 @@ stages:
260257
-buildInstallers
261258
-noBuildNative
262259
/p:DotNetSignType=$(_SignType)
263-
/p:AssetManifestFileName=aspnetcore-win-arm64.xml
260+
/p:AssetManifestFileName=aspnetcore-win.xml
264261
$(_BuildArgs)
265262
$(_PublishArgs)
263+
/p:PublishInstallerBaseVersion=true
266264
$(_InternalRuntimeDownloadArgs)
267265
$(WindowsArm64InstallersLogArgs)
268266
displayName: Build ARM64 Installers

0 commit comments

Comments
 (0)