This is all using Studio & Robot 2018.4.5, not connected to any Orchestrator.
Configuring nuGetServerUrl (via UiPath.Settings) is working great for local directories.
When that param is set to any local directory, I am finding that Studio will successfully publish to the directory, and Robot will immediately recognise the package update, as expected.
However, when I set nuGetServerUrl to any network location, Studio will successfully publish fine, but Robot will not see any available processes. These are packages that otherwise work fine when Robot is looking at the same packages in a local directory.
I’ve tried
- Using mapped drive syntax (Studio publishes fine, Robot sees nothing)
- Using UNC path (Studio publishes fine, Robot sees nothing)
- Adding it to the directory via nuget CL (Robot sees nothing)
Bit stumped. Network paths seem to be a standard use case. Am I missing something?
Cheers