Uipath Pack function is not fetching packages from custom libraries published to tenant

Trying to run azure yml pipeline with a simple pack function for a process. It has reference to 2 custom libraries. When we run UiPath pack function it seems they are not looking at the cloud orchestrator where we have these libraries instead checking in common links like nuget.org, pkgs.dev, gallery.UiPath etc. Can anyone share some insights how you are consuming custom build libraries, if there is any specific settings. Below are the errors in the pack function.
We are running pipelines in windows-latest pool VMs from Microsoft

Unable to find package POFM_Generic. No packages exist with this id in source(s): C:\Program Files (x86)\Microsoft SDKs\NuGetPackages, https://api.nuget.org/v3/index.json, https://gallery.uipath.com/api/v2, https://pkgs.dev.azure.com/uipath/Public.Feeds/_packaging/UiPath-Official/nuget/v3/index.json, Microsoft Visual Studio Offline Packages, nuget.org

Unable to find package Generate.Output.Report. No packages exist with this id in source(s): C:\Program Files (x86)\Microsoft SDKs\NuGetPackages, https://api.nuget.org/v3/index.json, https://gallery.uipath.com/api/v2, https://pkgs.dev.azure.com/uipath/Public.Feeds/_packaging/UiPath-Official/nuget/v3/index.json, Microsoft Visual Studio Offline Packages, nuget.org

Finished dependencies restore for Process_4122

Unable to create activity builder for Main.xaml. Reason was ‘Cannot create unknown type ‘{clr-namespace:Generate_Output_Report;assembly=Generate Output Report}Generate_Output_Report’.’.uipcli Error: 0 : Unexpected error has occurred during the library compilation process:
Unable to create activity builder for Main.xaml. Reason was ‘Cannot create unknown type ‘{clr-namespace:Generate_Output_Report;assembly=Generate Output Report}Generate_Output_Report’.’.

@SnehajitDas

this might help

cheers

I tried this and current deployment setting is actually set as api key.
In the case in the link shared it was checking cloud.uipath.com and not getting the package, in my case it is not checking at all.

Hi @SnehajitDas

Can you please confirm if you have below host and tenant feed enabled for libraries in orchestrator like below? Can you see both when you visit orchestrator? If its there, are you able to search for the library you are trying to reference?

If you can’t see tenant feed in there, please enable it as shown below:

Regards
Sonali

Thanks @sonaliaggarwal47 for your response. I think everything is correctly set.

Here are the 2 libraries:

There are 2 separate API keys here for packages and libraries, I wonder where they are used.
We have set up one external application connection for Azure Devops and using the application ID and secret we are configuring the Service connection in Azure.