In Automation Cloud is there anyway to change the location where robots download their nuget packages from Nuget.org and Orchestrator?
I have currently 7 robots using the same machine but their user-folders are taking up all the available space when each of them download their own packages. Currently the oldest robot is sitting on 121gb and on average the others are 20gb each.
So instead of each robot downloading the packages to C:\Users<user>.nuget\packages is it possible to change every user to use the same location like C:\Temp\packages f.ex?
Yes, you can change the default location for package downloads in UiPath Studio by configuring the NuGet settings. However, this change will affect all users on the machine, not just individual robots.
Here’s how you can change the default package location:
Open UiPath Studio.
Go to the “Home” tab.
Click on “Settings” in the ribbon.
In the Settings window, select “Manage Sources” under the “Studio” category.
In the “Manage Sources” window, you’ll see a list of package sources. Click on the “Settings” button next to the source you want to modify (e.g., “UiPath Official”).
In the “Source Settings” window, you’ll find the “Package Feed” section.
Change the “Package Cache” path to your desired location (e.g., C:\Temp\packages).
Click “Save” to apply the changes.
Close the Settings window.
Now, whenever a robot or user in UiPath Studio downloads packages, they will be stored in the specified location (C:\Temp\packages in this case). Keep in mind that changing this setting affects all users on the machine who use UiPath Studio.