SOLVED

How to create sln file for MSIX Package (via Azure DevOps_

Copper Contributor

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

2 Replies
best response confirmed by amalkabraham (Copper Contributor)
Solution
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
Thanks @bogdan.. Much appreciated your help.
1 best response

Accepted Solutions
best response confirmed by amalkabraham (Copper Contributor)
Solution
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

View solution in original post