Skip to content

Commit

Permalink
Disable AoT on WinAppSdk for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlodotexe committed May 17, 2024
1 parent 95ed968 commit fe6c38d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ProjectHeads/Head.WinAppSdk.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
<Import Project="$(MSBuildThisFileDirectory)\..\MultiTarget\WinUI.Extra.props" />

<PropertyGroup Condition="'$(Configuration)' == 'Release'">
<PublishAot>true</PublishAot>
<!-- Set to true when WinAppSdk releases AoT support in 1.6+ -->
<PublishAot>false</PublishAot>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit fe6c38d

Please sign in to comment.