diff --git a/.azure/pipelines/ci.yml b/.azure/pipelines/ci.yml index 6b9aae3fece8..4766fabd734c 100644 --- a/.azure/pipelines/ci.yml +++ b/.azure/pipelines/ci.yml @@ -359,6 +359,7 @@ extends: --all --build-installers --no-build-java + $(_ArcadePublishNonWindowsArg) -p:OnlyPackPlatformSpecificPackages=true $(_BuildArgs) $(_InternalRuntimeDownloadArgs) @@ -417,6 +418,7 @@ extends: --all --build-installers --no-build-java + $(_ArcadePublishNonWindowsArg) -p:OnlyPackPlatformSpecificPackages=true $(_BuildArgs) $(_InternalRuntimeDownloadArgs) diff --git a/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.Composite.sfxproj b/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.Composite.sfxproj index 63b9368690b4..68d28614376b 100644 --- a/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.Composite.sfxproj +++ b/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.Composite.sfxproj @@ -77,7 +77,7 @@ Win32 - Platform=$(NativePlatform) diff --git a/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.sfxproj b/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.sfxproj index ce65e1b25c2a..097ffd421194 100644 --- a/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.sfxproj +++ b/src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.sfxproj @@ -71,7 +71,7 @@ Win32 - Platform=$(NativePlatform) NativeRuntimeAsset