Skip to content

Commit 8cf7f37

Browse files
committed
Disable AoT on WinAppSdk for now
1 parent 1d570b5 commit 8cf7f37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ProjectHeads/Head.WinAppSdk.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
<Import Project="$(MSBuildThisFileDirectory)\..\MultiTarget\WinUI.Extra.props" />
1616

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

2122
<ItemGroup>

0 commit comments

Comments
 (0)