We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5729ce commit 4a6bdb8Copy full SHA for 4a6bdb8
src/tests/JIT/opt/Regressions/Regression2_Regressions.csproj
@@ -6,6 +6,9 @@
6
<GCStressIncompatible>true</GCStressIncompatible>
7
8
<DisableProjectBuild Condition="'$(RuntimeFlavor)' == 'Mono'">true</DisableProjectBuild>
9
+
10
+ <!-- ActiveIssue https://github.com/dotnet/runtime/issues/97272 -->
11
+ <NativeAotIncompatible>true</NativeAotIncompatible>
12
</PropertyGroup>
13
<PropertyGroup>
14
<DebugType>None</DebugType>
0 commit comments