Azure DevOps Uipath Pack cannot retrieve our custom library from https://cloud.uipath.com

Hi,
From Azure DevOps, we use “UiPath Pack” to build the nupkg.
But, when the project references a custom library published in our Tenant (in https://cloud.uipath.com/) the builder cannot retrieve our custom Library.
Here is the error message :


Thanks for any help !

It seems that the source is not accessible. You may have a firewall or proxy that is not allowing the connection to retrieve the needed data.

Hi @marian.platonov , it doesn’t seem to be a proxy problem because if i put the adress https://cloud.uipath.com/ the server responds.
If i put the entire adress https://cloud.uipath.com/MyCompany/MyTenant/orchestrator_/nuget/v3/618d6fb5-c8e3-4e48-9119-c9940885d450/index.json i got this response : HTTP 401 Unauthorized.
What do you think about this please ?

Hi,
The UiPath Support Team give me the solution :
There is a known limitation of the CLI to fetch packages from your Orchestrator, if you have Secure feeds enabled.
Go to Tenant → Settings → Deployments and make sure that the setting for library is API KEY, not Secure Deployment.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.