Skip to content

Commit

Permalink
Add SelfContained property to run ILLink targets (#88042)
Browse files Browse the repository at this point in the history
  • Loading branch information
kotlarmilos committed Jun 26, 2023
1 parent dbf3a16 commit fabe7ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mono/sample/iOS/Program.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<DefineConstants Condition="'$(ArchiveTests)' == 'true'">$(DefineConstants);CI_TEST</DefineConstants>
<AppName>HelloiOS</AppName>
<MainLibraryFileName>$(AssemblyName).dll</MainLibraryFileName>
<SelfContained Condition="'$(ArchiveTests)' == 'true'">true</SelfContained>

<RunAOTCompilation Condition="'$(RunAOTCompilation)' == ''">true</RunAOTCompilation>
<PublishTrimmed>true</PublishTrimmed>
Expand Down

0 comments on commit fabe7ec

Please sign in to comment.