Forum Discussion
amalkabraham
Mar 25, 2021Copper Contributor
How to create sln file for MSIX Package (via Azure DevOps_
Hi,
I am trying to create a MSIX package from my executable file using Azure Devops and found that the "MSIX build and package" require a solution file as the input. Can someone help me with a sample solution file or share the process on how a solution file need to be created.
Regards,
Amal
- You need to add a "Windows Application Package Project" project into your existing VS solution.
Here is a step by step tutorial:
https://www.advancedinstaller.com/msix-package-in-visual-studio.html
2 Replies
- Bogdan MitracheSteel ContributorYou need to add a "Windows Application Package Project" project into your existing VS solution.
Here is a step by step tutorial:
https://www.advancedinstaller.com/msix-package-in-visual-studio.html- amalkabrahamCopper ContributorThanks @bogdan.. Much appreciated your help.