/ src / modules / cmdpal / Microsoft.CmdPal.UI / CmdPal.pre.props
CmdPal.pre.props
 1  <?xml version="1.0" encoding="utf-8"?>
 2  <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 3  
 4    <!-- Default CI builds to release. When we stand up our own CI, we'll change this -->
 5    <PropertyGroup Condition="'$(CIBuild)'=='true'">
 6      <CommandPaletteBranding>Release</CommandPaletteBranding>
 7    </PropertyGroup>
 8  
 9    <PropertyGroup>
10      <OutputPath>..\..\..\..\$(Platform)\$(Configuration)\WinUI3Apps\CmdPal</OutputPath>
11      <!-- Reset this because the Versioning task might have overwritten it before it knew about OutDir -->
12      <AppxPackageDir>$(OutputPath)\AppPackages\</AppxPackageDir>
13    </PropertyGroup>
14  
15  </Project>