Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
I use nuget.telerik for my CI/CD.
There is actually a bug in WPF controls (Touch Manager) which is fixed in preview version Telerik UI for WPF 2024.4.1126
But this version is not available throught nuget.telerik.
How can I use it in my CI/CD?
Hello Richard,
The preview versions are not added to the official NuGet package source.
Instead, you can download the latest preview version as .nupkg files from your Telerik account as shown in the below article:
Preview Releases - Telerik UI for WPF
Then, you can set up a local NuGet package source and set it to point to the folder, in which the downloaded .zip file/s are extracted that contain the .nupkg files.
With this being said, I hope the provided information will be of help to you.
Regards, Stenly Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.
Thank's for your answer. But I can't use local folder in Azure DevOps.
I create an artifact feed and upload preview versions in it and it works.
But not very easy ;-)