I’d like to know if it’s possible to add the Orchestrator Tenant as Package Source for Visual Studio.
If it is, I’d like to know how.
For context I’m logging on the cloud orchestrator via Google SSO.
Hi @Fernando_OS ,
Welcome to UiPath Community!
Unfortunately, it is not possible to directly add the Orchestrator Tenant as a package source in Visual Studio. The package source for Visual Studio is typically managed through NuGet, and the Orchestrator does not provide a NuGet feed by default. However, you can manually download the dependencies from the Orchestrator and add them as references in your Visual Studio project.
Thanks,
Depending on which package is needed maybe other feed sources can be configured:
From Studio we do know:
https://pkgs.dev.azure.com/uipath/Public.Feeds/_packaging/UiPath-Official/nuget/v3/index.json
Maybe the manual download can be reduced to only custom packages
In this case I wanted to get the Libraries that are already in the Tenant to import in a Visual Studio project without having to download them first but I guess It’s not supported
How about a helper solution by using the ORC Rest API and scripting the download?
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.