Tag not monitored by Microsoft.
Creating MSIX installer, not working
I have Visual studio 2019 pro, and building a UWP for side loading targeting a windows 10 IoT enterprise. My Dev system is a win 10 enterprise.
when i attempt to create an msix package of my app following (https://learn.microsoft.com/en-us/windows/msix/package/packaging-uwp-apps) i end up with a .appx installer instead.
Win App store is disabled in my org and the only way i can distribute an app internally is via MSI or MSIX installer.
I have searched for answers on google but all results keep pointing me towards the above linked doc.
Is there some additional configuration to the Visual studio that i am missing ? Any help is appreciated.