We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a0b4f9 commit f515ab0Copy full SHA for f515ab0
src/libraries/tests.proj
@@ -676,7 +676,8 @@
676
677
<PropertyGroup>
678
<Samples_BuildInParallel Condition="'$(OS)' == 'Windows_NT'">false</Samples_BuildInParallel>
679
- <Samples_BuildInParallel Condition="'$(OS)' != 'Windows_NT'">true</Samples_BuildInParallel>
+ <!-- prompted by https://github.com/dotnet/dnceng/issues/450 -->
680
+ <Samples_BuildInParallel Condition="'$(OS)' != 'Windows_NT'">false</Samples_BuildInParallel>
681
</PropertyGroup>
682
683
<ItemGroup Condition="'$(ArchiveTests)' == 'true' and '$(RunWasmSamples)' == 'true' and '$(TargetOS)' == 'browser'">
0 commit comments