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 19a2969 commit 0b6cca1Copy full SHA for 0b6cca1
src/tests/baseservices/RuntimeConfiguration/TestConfigTester.csproj
@@ -1,5 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
+ <!-- Needed for GCStressIncompatible and others -->
4
+ <RequiresProcessIsolation>true</RequiresProcessIsolation>
5
<!-- This test provides no interesting scenarios for GCStress -->
6
<GCStressIncompatible>true</GCStressIncompatible>
7
<UnloadabilityIncompatible>true</UnloadabilityIncompatible>
0 commit comments