Cannot get Kendo UI feed going in Azure DevOps build pipeline

0 Answers 144 Views
Grid
Troy
Top achievements
Rank 1
Troy asked on 02 Mar 2023, 04:35 AM

I have tried numerous different ways to get the Kendo UI Pro feed going for my DevOps build pipeline.

My latest is using a powershell script:

 NuGet Sources Add -Name "telerik.com" -Source "https://nuget.telerik.com/v3/index.json" -UserName "your login email" -Password "your password" -StorePasswordInClearText

But I get the following error:


##[error]The nuget command failed with exit code(1) and error(Errors in packages.config projects
    Unable to find version '2022.3.1109' of package 'KendoUIProfessional'.
      https://api.nuget.org/v3/index.json: Package 'KendoUIProfessional.2022.3.1109' is not found on source 'https://api.nuget.org/v3/index.json'.)
##[error]Packages failed to restore
Where do I point to get the KendoUIProfessional package??
Georgi Denchev
Telerik team
commented on 06 Mar 2023, 11:07 AM

Hello, Troy,

Let us continue the discussion in the private ticket that you have opened. I'll share our findings here after we've resolved the problem.

Best Regards,

Georgi

No answers yet. Maybe you can help?

Tags
Grid
Asked by
Troy
Top achievements
Rank 1
Share this question
or