I opened, after 5 months, a .Net 6 Maui project done in August. I needed to change just a label and create an msix, as usual. But today I see that the Visual Studio 2022's publish button is disabled.
Any idea to solve it?
Thank you so much
John
I tried to
- delete the publish folders and its configurations
- delete the bin and obj.
- check for something missing in the proj properties
- delete the .vs content
hoping to enable it again.
What else...
- All softwares and OS are up to date.
- Its target is for windows OS
- If I create a brand new project for Maui, publish button works.
UPDATE: Checking destination for Android and iOS into the project's properties page, enables the publish button again.