How to export a UiPath Automation Project from UiPath Orchestrator

Updated by Tony Higgins

Blueprint can import UiPath projects that are within exported .nupkg files created by UiPath Orchestrator. This describes this process.

Publishing your Automation to Orchestrator

It is important to publish the UiPath project properly. Prior to publishing, Please ensure the below settings are set in UiPath Studio by navigating to Publish options. Publish to: "Orchestrator Tenant Process Feed"

If the option is available, select
Include Sources as well (Found under Compilation Settings)

To Create a .zip file that contains a UiPath Automation Project

  1. Log into UiPath Orchestrator and navigate to your tenant (top-left)
  2. Select 'Packages' to list your UiPath packages
  3. For the package you'd like to export select the three dots at far-right, then select "View Versions"
  4. For the version you'd like to export select the three dots on the right side, then select "Download Package"
  5. Save the .nupkg file to the location of your choice


(Optional) .nupkg files can be imported directly into Blueprint; however, Blueprint has an import size limit of 300 MBs for individual files. If you find your file exceeding this limit, only the net45 folder is necessary. To extract only that folder, follow these steps:

  1. In Windows file explorer, change the extension of the file to ".zip" then unzip the file
  2. Navigate within the unzipped file to the contents of /lib/net45 folder
  3. Zip the contents of this folder. It is this zip file that you'll be able to import into Blueprint

How to get Custom Dependencies of a UiPath Automation Project

When exporting a package from Orchestrator, custom dependencies or libraries will not be included in the downloadable .nupkg file. To include these items:

  1. Log into UiPath Orchestrator and navigate to your tenant (top-left)
  2. Select 'Libraries' to list your UiPath libraries
  3. For the library you'd like to export select the three dots at far-right
  4. For the version you'd like to export select the three dots on the right side, then select "Download Library"
  5. Save the .nupkg file to the location of your choice
  6. In Windows file explorer, change the extension of the file to ".zip" then unzip the file
  7. Navigate to the zip of the package that references the dependencies
  8. Create a folder to keep all called dependencies
  9. Copy and paste the unzipped dependency files in this folder
  10. Zip the contents of this folder. It is this zip file that you'll be able to import into Blueprint


How did we do?