Hi Community, Need help with the below problem statement.
Note the same issue has been encountered by @SnehajitDas in the post yet no solutions found :- 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’.’.
Thanks in advance!