File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed
Framework/Microsoft.Internal.Aspnetcore.DotNetApiDocs.Transport/src Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 4444 Condition =" '$(DotNetBuildFromSource)' != 'true' "
4545 Returns =" @(TargetPathWithTargetPlatformMoniker)" >
4646 <MSBuild Projects =" @(RequiresDelayedBuild)"
47- BuildInParallel =" $(BuildInParallel) "
48- Properties =" MSBuildRestoreSessionId=$([System.Guid]::NewGuid())"
47+ BuildInParallel =" false "
48+ Properties =" MSBuildRestoreSessionId=$([System.Guid]::NewGuid());RestoreDisableParallel=true "
4949 Targets =" Restore" />
5050 <MSBuild Projects =" @(RequiresDelayedBuild)" BuildInParallel =" $(BuildInParallel)" Targets =" Build" >
5151 <Output TaskParameter =" TargetOutputs" ItemName =" TargetPathWithTargetPlatformMoniker" />
Original file line number Diff line number Diff line change 1515 <IsProjectReferenceProvider >false</IsProjectReferenceProvider >
1616 <BuildHelixPayload >false</BuildHelixPayload >
1717 <EnablePackageValidation >false</EnablePackageValidation >
18- <!-- Work around https://github.com/dotnet/aspnetcore/issues/61178 -->
19- <RestoreDisableParallel >true</RestoreDisableParallel >
2018 </PropertyGroup >
2119
2220 <ItemGroup >
Original file line number Diff line number Diff line change 88 <!-- Required because Swashbuckle.AspNetCore uses shared runtime -->
99 <UseAspNetCoreSharedRuntime >true</UseAspNetCoreSharedRuntime >
1010
11- <!-- Work around https://github.com/dotnet/aspnetcore/issues/61178 -->
12- <RestoreDisableParallel >true</RestoreDisableParallel >
13-
1411 <!-- Workaround lack of Linux MUSL x64 support. -->
1512 <ExcludeFromBuild
1613 Condition =" '$(TargetOsName)' == 'linux-musl' and '$(TargetArchitecture)' == 'x64' " >true</ExcludeFromBuild >
You can’t perform that action at this time.
0 commit comments