move EnableCmdPalAOT back

This commit is contained in:
Yu Leng (from Dev Box)
2025-09-28 17:03:21 +08:00
parent 19f0cc2f5a
commit d67ba82ea4

View File

@@ -30,7 +30,7 @@
<CIBuild>true</CIBuild> <CIBuild>true</CIBuild>
</PropertyGroup> --> </PropertyGroup> -->
<PropertyGroup> <PropertyGroup Condition="'$(EnableCmdPalAOT)' == 'true'">
<SelfContained>true</SelfContained> <SelfContained>true</SelfContained>
<PublishSingleFile>false</PublishSingleFile> <PublishSingleFile>false</PublishSingleFile>
<DisableRuntimeMarshalling>false</DisableRuntimeMarshalling> <DisableRuntimeMarshalling>false</DisableRuntimeMarshalling>