File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
src/Framework/App.Runtime/src Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -359,6 +359,7 @@ extends:
359359 --all
360360 --build-installers
361361 --no-build-java
362+ $(_ArcadePublishNonWindowsArg)
362363 -p:OnlyPackPlatformSpecificPackages=true
363364 $(_BuildArgs)
364365 $(_InternalRuntimeDownloadArgs)
@@ -417,6 +418,7 @@ extends:
417418 --all
418419 --build-installers
419420 --no-build-java
421+ $(_ArcadePublishNonWindowsArg)
420422 -p:OnlyPackPlatformSpecificPackages=true
421423 $(_BuildArgs)
422424 $(_InternalRuntimeDownloadArgs)
Original file line number Diff line number Diff line change 7777 <NativePlatform Condition=" '$(NativePlatform)' == 'x86' ">Win32</NativePlatform>
7878 </PropertyGroup>
7979 <ItemGroup>
80- <ProjectReference Condition=" '$(UseIisNativeAssets)' == 'true' AND $(BuildNative) "
80+ <ProjectReference Condition=" '$(UseIisNativeAssets)' == 'true' AND $(BuildNative) AND '$(MSBuildRestoreSessionId)' == '' "
8181 Include="$(RepoRoot)src\Servers\IIS\AspNetCoreModuleV2\InProcessRequestHandler\InProcessRequestHandler.vcxproj">
8282 <SetPlatform>Platform=$(NativePlatform)</SetPlatform>
8383 <!-- A custom item group to be used in targets later. -->
Original file line number Diff line number Diff line change 7171 <NativePlatform Condition=" '$(NativePlatform)' == 'x86' ">Win32</NativePlatform>
7272 </PropertyGroup>
7373 <ItemGroup>
74- <ProjectReference Condition=" '$(UseIisNativeAssets)' == 'true' AND $(BuildNative) "
74+ <ProjectReference Condition=" '$(UseIisNativeAssets)' == 'true' AND $(BuildNative) AND '$(MSBuildRestoreSessionId)' == '' "
7575 Include="$(RepoRoot)src\Servers\IIS\AspNetCoreModuleV2\InProcessRequestHandler\InProcessRequestHandler.vcxproj">
7676 <SetPlatform>Platform=$(NativePlatform)</SetPlatform>
7777 <OutputItemType>NativeRuntimeAsset</OutputItemType>
You can’t perform that action at this time.
0 commit comments