How to you build an Add-In on a continuous build server?
I can build my ArcGIS Pro Add-In in Visual Studio 2015 just by pressing a button. So far so good. However, our company strives to industrialize software build and delivery - kind of DevOps. Therefore, we would like to have our Add-In produced automatically by a build server every night (and every time somebody committed a source code change).
Has somebody achieved that? If so, how do you tell your build server how to package the Add-In together?
PS: I am using Jenkins as a build server, but it is not a must.
Solved! Go to Solution.
Hi Christophe
Here is a wiki page with some instructions on configuring a build server to build add-ins: Configure build server to build add-ins and configurations This topic addresses issues on how to setup your build server so that you don't need a full installation of ArcGIS Pro.
You should be able to use MSBuild or any other command line tool to build the add-in solution in an automated way. Please let us know if you run into any issues so we can help.
Thanks
Uma
ArcGIS Pro SDK Team
Hi Christophe
Here is a wiki page with some instructions on configuring a build server to build add-ins: Configure build server to build add-ins and configurations This topic addresses issues on how to setup your build server so that you don't need a full installation of ArcGIS Pro.
You should be able to use MSBuild or any other command line tool to build the add-in solution in an automated way. Please let us know if you run into any issues so we can help.
Thanks
Uma
ArcGIS Pro SDK Team