Skip to content

Commit

Permalink
Replace with TrimMode partial
Browse files Browse the repository at this point in the history
  • Loading branch information
agocke committed Jul 15, 2022
1 parent 5af1afa commit e1b012a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions eng/testing/tests.singlefile.targets
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
<IlcSdkPath>$(CoreCLRAotSdkDir)</IlcSdkPath>
<IlcFrameworkPath>$(NetCoreAppCurrentTestHostSharedFrameworkPath)</IlcFrameworkPath>
<NoWarn>$(NoWarn);IL3050;IL3051;IL3052;IL3055;IL1005</NoWarn>
<!-- Replace with TrimMode=partial when NativeAOT understands it. -->
<TrimmerDefaultAction>copy</TrimmerDefaultAction>
<TrimMode>partial</TrimMode>
<TrimmerSingleWarn>false</TrimmerSingleWarn>
<SuppressTrimAnalysisWarnings>true</SuppressTrimAnalysisWarnings>

Expand Down

0 comments on commit e1b012a

Please sign in to comment.