Aug 09 2022 08:13 AM
WapProjTemplate1.wapproj creates WapProjTemplate1_1.0.10.0_x64.msix.
I can manually rename output to setup.msix
Is there a way to specify output file name in Visual Studio 2022. I can't find it anywhere?
Aug 09 2022 12:49 PM
SolutionI had to rename the wapproj file. That seems to be the only way to change the output file name prefix for msix. I had to clean up a mess in GIT. But at least it worked so I don't have to rename it after every build. If someone knows a better way let me know. Seems strange that this isn't some Param in the Package.appxmanifest Packaging Tab.