Skip to content

Commit

Permalink
(Testing) MTGOSDK: Disable ILLink
Browse files Browse the repository at this point in the history
  • Loading branch information
Qonfused committed Nov 5, 2024
1 parent ff44469 commit 4ccc997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MTGOSDK/MTGOSDK.pkg.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PropertyGroup Condition="'$(TargetFramework)' != '$(_MTGOSDKCoreTFM)'">
<PublishSingleFile>true</PublishSingleFile>
<PublishTrimmed>true</PublishTrimmed>
<UseILLinkTrim>true</UseILLinkTrim>
<!-- <UseILLinkTrim>true</UseILLinkTrim> -->
<SelfContained>false</SelfContained>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<MergeNugetDependencies>false</MergeNugetDependencies>
Expand Down

0 comments on commit 4ccc997

Please sign in to comment.