How to prevent ADO pipeline from automatically creating a process for deployed packages?
Resolution
To prevent/avoid the ADO pipeline automatically from creating a process for deployed packages, uncheck the property "Automatically create/update process" in the task following the below steps:
- Go to Azure DevOps instance and look for the Pipeline facing the behavior. Click on the three dots and select edit.
- Click on "Task" panel and under Agent job, click on "UiPath Deploy".
- After this, uncheck the property "Automatically create/update process".
- Save