How to download official packages as Nuget

Hi to everyone!

I need to download the new versione of the official package of UiPath.Word.Activities and import it as library inside another orchestrator!

I’m struggling trying to find the way to do that!

Thank you in advance

one of many options:

manually download and upload to ORC

Hi @lecosta

Download the Package:
=> Go to Manage Packages-> Select Official Feed from the options present at left hand side-> Search for “UiPath.Word.Activities” in the package search bar-> Click Install and Save the Latest Version of the package.

Export Package
Once the package downloaded, you can find the package in the default package location. For example: C:\Users\<Username>\.nuget\packages. Copy the downloaded .nupkg file to a location where you can easily access it.

Paste the nupkg file downloaded in the other machine specified folder and upload it to orchestrator.

Go to Manage Packages-> Settings-> Add Package Source-> Give a name-> Select the folder where you have stored the nuget package-> Click on Add. After that you will see a given package name at left hand side-> Click on that and install the packages.

Regards

As Varunraj mentioned, this is doable when you’re able to download the package in Studio.
As Peter mentioned as well, you may manually download it from MyGet. But it seems that the packages in MyGet is not so updated.

Hi @vrdabberu!
Thank you very much!

1 Like

You’re welcome @lecosta

Happy Automation
Regards

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.