Skip to content

Commit

Permalink
Disable IL stripping in System.Runtime.Tests for Apple mobile (#97870)
Browse files Browse the repository at this point in the history
  • Loading branch information
kotlarmilos authored Feb 2, 2024
1 parent 81a89cc commit aeceba3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
<IlcKeepManagedDebuggerSupport>true</IlcKeepManagedDebuggerSupport>
<!-- Same for ILLink -->
<DebuggerSupport>true</DebuggerSupport>
<!-- Active issue: /~https://github.com/dotnet/runtime/issues/97809 -->
<ShouldILStrip>false</ShouldILStrip>
</PropertyGroup>

<!--
Expand Down

0 comments on commit aeceba3

Please sign in to comment.