From 5a2b519acb83f371b92804f6f253b4e884dd8f4b Mon Sep 17 00:00:00 2001 From: Jeremy Koritzinsky Date: Mon, 9 Dec 2024 15:35:36 -0800 Subject: [PATCH] Add more required publish args These publishing arguments were also not being passed down, which was breaking publishing on Linux x64/arm64. Unblocks the official build --- .azure/pipelines/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.azure/pipelines/ci.yml b/.azure/pipelines/ci.yml index 4766fabd734c..568c3829edf2 100644 --- a/.azure/pipelines/ci.yml +++ b/.azure/pipelines/ci.yml @@ -362,6 +362,7 @@ extends: $(_ArcadePublishNonWindowsArg) -p:OnlyPackPlatformSpecificPackages=true $(_BuildArgs) + $(_PublishArgs) $(_InternalRuntimeDownloadArgs) artifacts: - name: Linux_x64_Logs_Attempt_$(System.JobAttempt) @@ -421,6 +422,7 @@ extends: $(_ArcadePublishNonWindowsArg) -p:OnlyPackPlatformSpecificPackages=true $(_BuildArgs) + $(_PublishArgs) $(_InternalRuntimeDownloadArgs) artifacts: - name: Linux_arm64_Logs_Attempt_$(System.JobAttempt)