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 ffcdf42 commit 7ecbde2Copy full SHA for 7ecbde2
src/tests/JIT/Directed/StructABI/EmptyStructs.csproj
@@ -3,6 +3,8 @@
3
<!-- Needed for CMakeProjectReference -->
4
<RequiresProcessIsolation>true</RequiresProcessIsolation>
5
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
6
+ <!-- Tracking issue: https://github.com/dotnet/runtime/issues/92129 -->
7
+ <CLRTestTargetUnsupported Condition="'$(TargetsAppleMobile)' == 'true'">true</CLRTestTargetUnsupported>
8
</PropertyGroup>
9
<PropertyGroup>
10
<DebugType>PdbOnly</DebugType>
0 commit comments