Uipath publish package location change

@JayaTyagi
NuGetServerUrl”: “D:\\MyNewLocation”” inside the setting file

try with double backslashes as follow.

For subdirectories, you also need double backslashes

If you don’t provide them correctly it will automatically revert the publish location back to programdata\packages

Cheers