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 sa...
- Mar 25, 2021You 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
Bogdan Mitrache
Mar 25, 2021Steel Contributor
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
Here is a step by step tutorial:
https://www.advancedinstaller.com/msix-package-in-visual-studio.html
- amalkabrahamMar 25, 2021Copper ContributorThanks @bogdan.. Much appreciated your help.