Skip to content

Commit

Permalink
Adding the suppression of warnings from the linker
Browse files Browse the repository at this point in the history
  • Loading branch information
joperezr committed May 25, 2021
1 parent 40ba84d commit 7027588
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eng/testing/linker/SupportFiles/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<UseDefaultiOSFeatureSwitches>false</UseDefaultiOSFeatureSwitches>
<PublishTrimmed>true</PublishTrimmed>
<SkipImportRepoLinkerTargets>true</SkipImportRepoLinkerTargets>
<SuppressTrimAnalysisWarnings>true</SuppressTrimAnalysisWarnings>
<TrimmerDefaultAction>link</TrimmerDefaultAction>
<TrimMode>link</TrimMode>
<TrimmerRemoveSymbols>false</TrimmerRemoveSymbols>
Expand Down

0 comments on commit 7027588

Please sign in to comment.