Skip to content

Commit 7e71875

Browse files
committed
Enable PublishAot in debug mode for gallery head
1 parent 6ddad77 commit 7e71875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ProjectHeads/App.Head.WinAppSdk.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<DependencyVariant>WinUI</DependencyVariant>
44
</PropertyGroup>
55

6-
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
6+
<PropertyGroup>
77
<PublishAot>true</PublishAot>
88
</PropertyGroup>
99

0 commit comments

Comments
 (0)