- In the csproj file I have <WindowsPackageType>MSIX</WindowsPackageType>
- Select "Windows Machine" in Visual Studio Target
- Right Click Solution name and select "Publish"
- Select Distubution method as Microsoft Store as <Project Name> by <fake company name>
- Click Next
- Select Auto Increment on version
- Select single publish profile created by clicking on new in the dropdown, click both check boxes. Click Create.
- Compile starts and errors with message in title.
output folder: bin\Debug\net9.0-windows10.0.19041.0\win10-x64* only has one copy of the custom control I made. I did try deleting all of bin\Debug\net9.0-windows10.0.19041.0*