How to build a .waproj MSIX project using msbuild (from build tools)

P

Peterjc2007

I am trying to work out how to build my .waproj project, and builds a bundle for a WINUI3 project from the command line (for a teamcity auto CLI build system)I have installed VS 2022 build tools (C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\MSBuild\Current\Bin), and am trying to build the .waproj file using the full path to msbuild (to make sure I get the correct version), eg```"C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\MSBuild\Current\Bin\msbuild" "TestAppWinUI (Package).wapproj" /p:UapAppxPackageBuildMode=SideLoadOnly /p:AppxBundle=Never /p:AppxPackage

Continue reading...
 
Back
Top Bottom