I have been looking everywhere to get some guidance on MSI/exe files to MSIX package using Azure DevOps pipelines. However, I am unable to find any information regarding that. There are plenty of articles explaining the conversion process by using the tool but I am trying to automate the conversion process. Can someone direct me to the right path and if its even possible to convert the files into MSIX package using pipelines.
Pipeline will help us alleviate issues regarding new binaries (in exe or msi format) being available and they can be package into an MSIX through pipeline. Idea is to use these packages, create VHDX and attach it to an Azure virtual desktop (using MSIX app attach). Any guidance would be greatly appreciated.