Skip to content

Commit ccc52dd

Browse files
committed
Mark GCStressIncompatible and similar tests as out-of-proc
According to current architecture we must mark conditionally enabled tests as out of process because the special conditions are tested in their individual execution scripts that are skipped for ordinary merged tests. Thanks Tomas
1 parent 0c64bdf commit ccc52dd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+46
-1
lines changed

Diff for: src/tests/JIT/Methodical/Arrays/lcs/lcs2_d.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<DebugType>Full</DebugType>
77
<Optimize>False</Optimize>
88
<GCStressIncompatible>true</GCStressIncompatible>
9+
<RequiresProcessIsolation>true</RequiresProcessIsolation>
910
</PropertyGroup>
1011
<ItemGroup>
1112
<Compile Include="lcs2.cs" />

Diff for: src/tests/JIT/Methodical/Arrays/lcs/lcs2_do.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<DebugType>Full</DebugType>
77
<Optimize>True</Optimize>
88
<GCStressIncompatible>true</GCStressIncompatible>
9+
<RequiresProcessIsolation>true</RequiresProcessIsolation>
910
</PropertyGroup>
1011
<ItemGroup>
1112
<Compile Include="lcs2.cs" />

Diff for: src/tests/JIT/Methodical/Arrays/lcs/lcs2_r.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<DebugType>None</DebugType>
77
<Optimize>False</Optimize>
88
<GCStressIncompatible>true</GCStressIncompatible>
9+
<RequiresProcessIsolation>true</RequiresProcessIsolation>
910
</PropertyGroup>
1011
<ItemGroup>
1112
<Compile Include="lcs2.cs" />

Diff for: src/tests/JIT/Methodical/Arrays/lcs/lcs2_ro.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<DebugType>None</DebugType>
77
<Optimize>True</Optimize>
88
<GCStressIncompatible>true</GCStressIncompatible>
9+
<RequiresProcessIsolation>true</RequiresProcessIsolation>
910
</PropertyGroup>
1011
<ItemGroup>
1112
<Compile Include="lcs2.cs" />

Diff for: src/tests/JIT/Methodical/Arrays/lcs/lcsvalbox_d.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
44
<GCStressIncompatible>true</GCStressIncompatible>
5+
<RequiresProcessIsolation>true</RequiresProcessIsolation>
56
</PropertyGroup>
67
<PropertyGroup>
78
<DebugType>Full</DebugType>

Diff for: src/tests/JIT/Methodical/Arrays/lcs/lcsvalbox_do.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
44
<GCStressIncompatible>true</GCStressIncompatible>
5+
<RequiresProcessIsolation>true</RequiresProcessIsolation>
56
</PropertyGroup>
67
<PropertyGroup>
78
<DebugType>Full</DebugType>

Diff for: src/tests/JIT/Methodical/Arrays/lcs/lcsvalbox_r.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
44
<GCStressIncompatible>true</GCStressIncompatible>
5+
<RequiresProcessIsolation>true</RequiresProcessIsolation>
56
</PropertyGroup>
67
<PropertyGroup>
78
<DebugType>None</DebugType>

Diff for: src/tests/JIT/Methodical/Arrays/lcs/lcsvalbox_ro.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
44
<GCStressIncompatible>true</GCStressIncompatible>
5+
<RequiresProcessIsolation>true</RequiresProcessIsolation>
56
</PropertyGroup>
67
<PropertyGroup>
78
<DebugType>None</DebugType>

Diff for: src/tests/JIT/Methodical/Boxing/misc/concurgc_il_d.ilproj

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<RestorePackages>true</RestorePackages>
55
<!-- The test leaves a secondary thread running -->
66
<UnloadabilityIncompatible>true</UnloadabilityIncompatible>
7+
<RequiresProcessIsolation>true</RequiresProcessIsolation>
78
<CLRTestPriority>1</CLRTestPriority>
89
</PropertyGroup>
910
<PropertyGroup>

Diff for: src/tests/JIT/Methodical/Boxing/misc/concurgc_il_r.ilproj

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<RestorePackages>true</RestorePackages>
55
<!-- The test leaves a secondary thread running -->
66
<UnloadabilityIncompatible>true</UnloadabilityIncompatible>
7+
<RequiresProcessIsolation>true</RequiresProcessIsolation>
78
<CLRTestPriority>1</CLRTestPriority>
89
</PropertyGroup>
910
<PropertyGroup>

Diff for: src/tests/JIT/Methodical/ELEMENT_TYPE_IU/u_conv_il_r.ilproj

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.IL">
22
<PropertyGroup>
33
<MonoAotIncompatible>true</MonoAotIncompatible>
4+
<RequiresProcessIsolation>true</RequiresProcessIsolation>
45
</PropertyGroup>
56
<PropertyGroup>
67
<DebugType>PdbOnly</DebugType>

Diff for: src/tests/JIT/Methodical/VT/port/lcs_gcref_d.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
44
<GCStressIncompatible>true</GCStressIncompatible>
5+
<RequiresProcessIsolation>true</RequiresProcessIsolation>
56
</PropertyGroup>
67
<PropertyGroup>
78
<DebugType>Full</DebugType>

Diff for: src/tests/JIT/Methodical/VT/port/lcs_gcref_do.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
44
<GCStressIncompatible>true</GCStressIncompatible>
5+
<RequiresProcessIsolation>true</RequiresProcessIsolation>
56
</PropertyGroup>
67
<PropertyGroup>
78
<DebugType>Full</DebugType>

Diff for: src/tests/JIT/Methodical/VT/port/lcs_gcref_r.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
44
<GCStressIncompatible>true</GCStressIncompatible>
5+
<RequiresProcessIsolation>true</RequiresProcessIsolation>
56
</PropertyGroup>
67
<PropertyGroup>
78
<DebugType>None</DebugType>

Diff for: src/tests/JIT/Methodical/VT/port/lcs_gcref_ro.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
44
<GCStressIncompatible>true</GCStressIncompatible>
5+
<RequiresProcessIsolation>true</RequiresProcessIsolation>
56
</PropertyGroup>
67
<PropertyGroup>
78
<DebugType>None</DebugType>

Diff for: src/tests/JIT/Methodical/doublearray/dblarray1_cs_d.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<DebugType>Full</DebugType>
88
<Optimize>False</Optimize>
99
<GCStressIncompatible>true</GCStressIncompatible>
10+
<RequiresProcessIsolation>true</RequiresProcessIsolation>
1011
</PropertyGroup>
1112
<ItemGroup>
1213
<Compile Include="dblarray1.cs" />

Diff for: src/tests/JIT/Methodical/doublearray/dblarray1_cs_do.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<DebugType>Full</DebugType>
88
<Optimize>True</Optimize>
99
<GCStressIncompatible>true</GCStressIncompatible>
10+
<RequiresProcessIsolation>true</RequiresProcessIsolation>
1011
</PropertyGroup>
1112
<ItemGroup>
1213
<Compile Include="dblarray1.cs" />

Diff for: src/tests/JIT/Methodical/doublearray/dblarray1_cs_r.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<DebugType>None</DebugType>
88
<Optimize>False</Optimize>
99
<GCStressIncompatible>true</GCStressIncompatible>
10+
<RequiresProcessIsolation>true</RequiresProcessIsolation>
1011
</PropertyGroup>
1112
<ItemGroup>
1213
<Compile Include="dblarray1.cs" />

Diff for: src/tests/JIT/Methodical/doublearray/dblarray1_cs_ro.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<DebugType>None</DebugType>
88
<Optimize>True</Optimize>
99
<GCStressIncompatible>true</GCStressIncompatible>
10+
<RequiresProcessIsolation>true</RequiresProcessIsolation>
1011
</PropertyGroup>
1112
<ItemGroup>
1213
<Compile Include="dblarray1.cs" />

Diff for: src/tests/JIT/Methodical/doublearray/dblarray2_cs_d.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<DebugType>Full</DebugType>
77
<Optimize>False</Optimize>
88
<GCStressIncompatible>true</GCStressIncompatible>
9+
<RequiresProcessIsolation>true</RequiresProcessIsolation>
910
</PropertyGroup>
1011
<ItemGroup>
1112
<Compile Include="dblarray2.cs" />

Diff for: src/tests/JIT/Methodical/doublearray/dblarray2_cs_do.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<DebugType>Full</DebugType>
77
<Optimize>True</Optimize>
88
<GCStressIncompatible>true</GCStressIncompatible>
9+
<RequiresProcessIsolation>true</RequiresProcessIsolation>
910
</PropertyGroup>
1011
<ItemGroup>
1112
<Compile Include="dblarray2.cs" />

Diff for: src/tests/JIT/Methodical/doublearray/dblarray2_cs_r.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<DebugType>None</DebugType>
77
<Optimize>False</Optimize>
88
<GCStressIncompatible>true</GCStressIncompatible>
9+
<RequiresProcessIsolation>true</RequiresProcessIsolation>
910
</PropertyGroup>
1011
<ItemGroup>
1112
<Compile Include="dblarray2.cs" />

Diff for: src/tests/JIT/Methodical/doublearray/dblarray2_cs_ro.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<DebugType>None</DebugType>
77
<Optimize>True</Optimize>
88
<GCStressIncompatible>true</GCStressIncompatible>
9+
<RequiresProcessIsolation>true</RequiresProcessIsolation>
910
</PropertyGroup>
1011
<ItemGroup>
1112
<Compile Include="dblarray2.cs" />

Diff for: src/tests/JIT/Methodical/doublearray/dblarray3_cs_d.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<DebugType>Full</DebugType>
88
<Optimize>False</Optimize>
99
<GCStressIncompatible>true</GCStressIncompatible>
10+
<RequiresProcessIsolation>true</RequiresProcessIsolation>
1011
</PropertyGroup>
1112
<ItemGroup>
1213
<Compile Include="dblarray3.cs" />

Diff for: src/tests/JIT/Methodical/doublearray/dblarray3_cs_do.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<DebugType>Full</DebugType>
77
<Optimize>True</Optimize>
88
<GCStressIncompatible>true</GCStressIncompatible>
9+
<RequiresProcessIsolation>true</RequiresProcessIsolation>
910
</PropertyGroup>
1011
<ItemGroup>
1112
<Compile Include="dblarray3.cs" />

Diff for: src/tests/JIT/Methodical/doublearray/dblarray3_cs_r.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<DebugType>None</DebugType>
88
<Optimize>False</Optimize>
99
<GCStressIncompatible>true</GCStressIncompatible>
10+
<RequiresProcessIsolation>true</RequiresProcessIsolation>
1011
</PropertyGroup>
1112
<ItemGroup>
1213
<Compile Include="dblarray3.cs" />

Diff for: src/tests/JIT/Methodical/doublearray/dblarray3_cs_ro.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<DebugType>None</DebugType>
88
<Optimize>True</Optimize>
99
<GCStressIncompatible>true</GCStressIncompatible>
10+
<RequiresProcessIsolation>true</RequiresProcessIsolation>
1011
</PropertyGroup>
1112
<ItemGroup>
1213
<Compile Include="dblarray3.cs" />

Diff for: src/tests/JIT/Methodical/doublearray/dblarray4_cs_d.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<DebugType>Full</DebugType>
88
<Optimize>False</Optimize>
99
<GCStressIncompatible>true</GCStressIncompatible>
10+
<RequiresProcessIsolation>true</RequiresProcessIsolation>
1011
</PropertyGroup>
1112
<ItemGroup>
1213
<Compile Include="dblarray4.cs" />

Diff for: src/tests/JIT/Methodical/doublearray/dblarray4_cs_do.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<DebugType>Full</DebugType>
88
<Optimize>True</Optimize>
99
<GCStressIncompatible>true</GCStressIncompatible>
10+
<RequiresProcessIsolation>true</RequiresProcessIsolation>
1011
</PropertyGroup>
1112
<ItemGroup>
1213
<Compile Include="dblarray4.cs" />

Diff for: src/tests/JIT/Methodical/doublearray/dblarray4_cs_r.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<DebugType>None</DebugType>
88
<Optimize>False</Optimize>
99
<GCStressIncompatible>true</GCStressIncompatible>
10+
<RequiresProcessIsolation>true</RequiresProcessIsolation>
1011
</PropertyGroup>
1112
<ItemGroup>
1213
<Compile Include="dblarray4.cs" />

Diff for: src/tests/JIT/Methodical/doublearray/dblarray4_cs_ro.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<DebugType>None</DebugType>
88
<Optimize>True</Optimize>
99
<GCStressIncompatible>true</GCStressIncompatible>
10+
<RequiresProcessIsolation>true</RequiresProcessIsolation>
1011
</PropertyGroup>
1112
<ItemGroup>
1213
<Compile Include="dblarray4.cs" />

Diff for: src/tests/JIT/Methodical/eh/deadcode/deadoponerrorinfunclet_il_d.ilproj

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.IL">
22
<PropertyGroup>
33
<MonoAotIncompatible>true</MonoAotIncompatible>
4+
<RequiresProcessIsolation>true</RequiresProcessIsolation>
45
</PropertyGroup>
56
<PropertyGroup>
67
<DebugType>Full</DebugType>

Diff for: src/tests/JIT/Methodical/eh/deadcode/deadoponerrorinfunclet_il_r.ilproj

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.IL">
22
<PropertyGroup>
33
<MonoAotIncompatible>true</MonoAotIncompatible>
4+
<RequiresProcessIsolation>true</RequiresProcessIsolation>
45
</PropertyGroup>
56
<PropertyGroup>
67
<DebugType>PdbOnly</DebugType>

Diff for: src/tests/JIT/Methodical/explicit/basic/refarg_i1_d.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<OutputType>Exe</OutputType>
44
<!-- TestAssemblyLoadContext.Load called from the finalizer -->
55
<UnloadabilityIncompatible>true</UnloadabilityIncompatible>
6+
<RequiresProcessIsolation>true</RequiresProcessIsolation>
67
<CLRTestPriority>1</CLRTestPriority>
78
</PropertyGroup>
89
<PropertyGroup>

Diff for: src/tests/JIT/Methodical/explicit/basic/refarg_i1_r.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<OutputType>Exe</OutputType>
44
<!-- TestAssemblyLoadContext.Load called from the finalizer -->
55
<UnloadabilityIncompatible>true</UnloadabilityIncompatible>
6+
<RequiresProcessIsolation>true</RequiresProcessIsolation>
67
<CLRTestPriority>1</CLRTestPriority>
78
</PropertyGroup>
89
<PropertyGroup>

Diff for: src/tests/JIT/Methodical/fp/exgen/10w5d_cs_d.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<!-- NOTE: this test simply takes too long to complete under GC stress/heap verify; it is not fundamentally incompatible -->
55
<GCStressIncompatible Condition="'$(TargetArchitecture)' == 'x86'">true</GCStressIncompatible>
66
<HeapVerifyIncompatible>true</HeapVerifyIncompatible>
7+
<RequiresProcessIsolation>true</RequiresProcessIsolation>
78
</PropertyGroup>
89
<PropertyGroup>
910
<DebugType>Full</DebugType>

Diff for: src/tests/JIT/Methodical/fp/exgen/10w5d_cs_r.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<!-- NOTE: this test simply takes too long to complete under GC stress/heap verify; it is not fundamentally incompatible -->
55
<GCStressIncompatible Condition="'$(TargetArchitecture)' == 'x86'">true</GCStressIncompatible>
66
<HeapVerifyIncompatible>true</HeapVerifyIncompatible>
7+
<RequiresProcessIsolation>true</RequiresProcessIsolation>
78
</PropertyGroup>
89
<PropertyGroup>
910
<DebugType>None</DebugType>

Diff for: src/tests/JIT/Methodical/refany/stress1_d.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
44
<GCStressIncompatible>true</GCStressIncompatible>
5+
<RequiresProcessIsolation>true</RequiresProcessIsolation>
56
</PropertyGroup>
67
<PropertyGroup>
78
<DebugType>Full</DebugType>

Diff for: src/tests/JIT/Methodical/refany/stress1_r.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
44
<GCStressIncompatible>true</GCStressIncompatible>
5+
<RequiresProcessIsolation>true</RequiresProcessIsolation>
56
</PropertyGroup>
67
<PropertyGroup>
78
<DebugType>None</DebugType>

Diff for: src/tests/JIT/Methodical/refany/stress1_ro.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
44
<GCStressIncompatible>true</GCStressIncompatible>
5+
<RequiresProcessIsolation>true</RequiresProcessIsolation>
56
</PropertyGroup>
67
<PropertyGroup>
78
<DebugType>None</DebugType>

Diff for: src/tests/JIT/Methodical/refany/virtcall_d.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
44
<GCStressIncompatible>true</GCStressIncompatible>
5+
<RequiresProcessIsolation>true</RequiresProcessIsolation>
56
</PropertyGroup>
67
<PropertyGroup>
78
<DebugType>Full</DebugType>

Diff for: src/tests/JIT/Methodical/refany/virtcall_do.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
44
<GCStressIncompatible>true</GCStressIncompatible>
5+
<RequiresProcessIsolation>true</RequiresProcessIsolation>
56
</PropertyGroup>
67
<PropertyGroup>
78
<DebugType>Full</DebugType>

Diff for: src/tests/JIT/Methodical/refany/virtcall_r.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
44
<GCStressIncompatible>true</GCStressIncompatible>
5+
<RequiresProcessIsolation>true</RequiresProcessIsolation>
56
</PropertyGroup>
67
<PropertyGroup>
78
<DebugType>None</DebugType>
89
<Optimize>False</Optimize>
9-
<GCStressIncompatible>true</GCStressIncompatible>
1010
</PropertyGroup>
1111
<ItemGroup>
1212
<Compile Include="virtcall.cs" />

Diff for: src/tests/JIT/Methodical/refany/virtcall_ro.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<DebugType>None</DebugType>
77
<Optimize>True</Optimize>
88
<GCStressIncompatible>true</GCStressIncompatible>
9+
<RequiresProcessIsolation>true</RequiresProcessIsolation>
910
</PropertyGroup>
1011
<ItemGroup>
1112
<Compile Include="virtcall.cs" />

Diff for: src/tests/JIT/Methodical/tailcall/Desktop/thread-race_r.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<!-- NOTE: this test simply takes too long to complete under heap verify or GCStress. It is not fundamentally incompatible. -->
44
<HeapVerifyIncompatible>true</HeapVerifyIncompatible>
55
<GCStressIncompatible>true</GCStressIncompatible>
6+
<RequiresProcessIsolation>true</RequiresProcessIsolation>
67
<IsLongRunningGCTest>true</IsLongRunningGCTest>
78
<CLRTestPriority>1</CLRTestPriority>
89
</PropertyGroup>

Diff for: src/tests/JIT/Methodical/tailcall_v4/hijacking.ilproj

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<GCStressIncompatible Condition="'$(TargetArchitecture)' == 'arm64' and '$(TargetOS)' == 'OSX'">true</GCStressIncompatible>
77
<!-- NOTE: this test simply takes too long to complete under heap verify. It is not fundamentally incompatible. -->
88
<HeapVerifyIncompatible Condition="'$(TargetArchitecture)' == 'x86'">true</HeapVerifyIncompatible>
9+
<RequiresProcessIsolation>true</RequiresProcessIsolation>
910
</PropertyGroup>
1011
<PropertyGroup>
1112
<DebugType>PdbOnly</DebugType>

0 commit comments

Comments
 (0)