Skip to content

Commit ef381ec

Browse files
authored
Fix publishing from new linux legs (#59412)
1 parent 0825def commit ef381ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.azure/pipelines/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,9 @@ extends:
361361
--no-build-java
362362
$(_ArcadePublishNonWindowsArg)
363363
-p:OnlyPackPlatformSpecificPackages=true
364+
-p:AssetManifestFileName=aspnetcore-Linux_x64.xml
364365
$(_BuildArgs)
366+
$(_PublishArgs)
365367
$(_InternalRuntimeDownloadArgs)
366368
artifacts:
367369
- name: Linux_x64_Logs_Attempt_$(System.JobAttempt)
@@ -420,7 +422,9 @@ extends:
420422
--no-build-java
421423
$(_ArcadePublishNonWindowsArg)
422424
-p:OnlyPackPlatformSpecificPackages=true
425+
-p:AssetManifestFileName=aspnetcore-Linux_arm64.xml
423426
$(_BuildArgs)
427+
$(_PublishArgs)
424428
$(_InternalRuntimeDownloadArgs)
425429
artifacts:
426430
- name: Linux_arm64_Logs_Attempt_$(System.JobAttempt)

0 commit comments

Comments
 (0)