Use VSTS to publish XrmToolBox plugins
Jonas Rapp
Microsoft MVP. Creator of FetchXML Builder tool and 15 more. Tech Lead, Power Platform at CRMK.
Recently a fellow D365 developer, Lars Müller, wrote an article on how to Build a versioned XrmToolBox plugin.
I am taking this one step further, to show you how to create a complete CI/CD pipeline for your XrmToolBox tools.
Of course, the primary reason for creating an automated pipeline for Continuous Integration / Continuous Deployment is to standardize versioning, naming, and any other metadata about your tools. In addition to that, automated tests are performed during the build which will highlight any possible new bugs or vulnerabilities in your code.
To read full article, follow link in the first comment!
Microsoft MVP. Creator of FetchXML Builder tool and 15 more. Tech Lead, Power Platform at CRMK.
6 年Full article:?https://jonasrapp.net/2018/05/xtbvsts/