I created the .exe for the .net Maui Project by changing Some of the Code Like <WindowsPackageType>None</WindowsPackageType>
and in launch Setting File Changed the Command name to Project.
Now, I want to create the MSIX for the Same project I changed the Command name to MsixProject and Removed <WindowsPackageType>None</WindowsPackageType>
But it is giving the error
WindowsPackageType is set to None, but GenerateAppxPackageOnBuild is set to true.
I create a new project and Follow the same Steps to create MSIX I am able to Create the MSIX.
What is the default value for WindowsPackageType so I will be able to create the MSIX for the project.