How to Deploy a .NET ADX COM Add-in Project on Azure with a Proper Build Pipeline Setup
I am working on a .NET ADX COM Add-in project and need to deploy it using Azure DevOps. I’m having trouble figuring out the correct steps to ensure that the Add-in Express (ADX) dependencies are included in the build pipeline and properly installed on the build agent. Could someone provide a detailed guide on how to achieve this?