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 1e83678 commit 1c3a65aCopy full SHA for 1c3a65a
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