Methods used to deploy nugets from dev environment to prod environment?

@ydash999

We can deploy the process in the following ways.

  1. If UiPath studio is connected with Orchestrator then we can deploy the process directly into the Orchestrator.

  2. If studio is not connected with Orchestrator then download the nupkg file from Dev Orchestrator and upload it into Prod Orchestrator under Packages page.

  3. If you are using GitHub and Jenkins then we can deploy the nupkg file into Production.

1 Like