Generate msix package for local build (#329)

This commit is contained in:
Stefan Markovic
2025-01-15 11:02:16 +01:00
committed by GitHub
parent 9448d0fb56
commit d970a686ee

View File

@@ -16,9 +16,6 @@
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(CIBuild)'=='true'">
<GenerateAppxPackageOnBuild>true</GenerateAppxPackageOnBuild>
</PropertyGroup>