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 :
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.