When I open a project in UI Path Studio, all the dependecies (nuget packages) are installed into the local folder C:\Users<username>.nuget. Since we are working on a virtualized company environment we have only limited “user” storage.
This storage limitation is constantly exceeded by the .nuget folder which is causing a “storage exeed” warnig message.
Is there a way to configure, where the local .nuget folder for a project can be stored?
When I run the published process from orchestrator the nuget packages are storing in the folder “C:\Users\X.nuget\packages\X”, I want to install packages in my own created folder like “C:\ProgramData\UiPath\Packages”, there are no results when I try to apply this. Do I have to add any supporting nuget packages to the folder?
is there anyting that I’m missing?