Hey guys,
We are actually developing Web Tools based on ArcGIS Pro 2.8 to publish in ArcGIS Enterprise 10.8.1.
We want to establish unit tests and want to run these tests in Azure DevOps Pipelines.
While in a local environment I have an ArcGIS Pro installed, of course this is not the case in an Azure DevOps environment. And simply trying to install arcpy module with python install failed.
What is the recommended scenario from Esri to establish this?
Kind regards,
Max
Does the arcgis for python API work for what you are trying to do?
Well, we already use the arcgis for python API additionally, but it does not cover all our use cases. That's why we also need the arcpy module.
Hi @MaximilianGlas ,
We would like to use arcpy library to run some python script and register views via Azure DevOps Pipelines. Did you get any answer from ESRI or did you manage to make it working?
Thanks
Arnaud
I got no answer so far and I don't have a real solution.
Possible ideas:
What are your thoughts and attempts so far?