ARTIFACTORY: Mirroring the Telerik private Nuget Feed

ARTIFACTORY: Mirroring the Telerik private Nuget Feed

AuthorFullName__c
Shai Ben-Zvi, Jordan Tangy
articleNumber
000005618
ft:sourceType
Salesforce
FirstPublishedDate
2023-03-13T10:56:27Z
lastModifiedDate
2024-12-05
VersionNumber
3

Telerik provides NuGet packages from a private NuGet feed. This short article will cover how to mirror the Telerik NuGet feed via an Artifactory remote NuGet repository.

As the Telerik NuGet feed uses a slightly different structure than the original NuGet Gallery, you’ll need to adjust the Artifactory remote repository settings in the following way:

1. URL – https://nuget.telerik.com/v3/index.json.
2.  NuGet v3 Feed URL- https://nuget.telerik.com/v3/index.json,(v2 is now 
Deprecated by Telerik), so the recommendation is to use the nuget v3 protocol.

User-added image


Make sure you change also the nuget.config and add protocolVersion=”3” as follows:

<add key="telerik" value="https://<artifactory-url>/artifactory/api/nuget/v3/nuget-telerik/index.json"  protocolVersion="3" />


3. Additionally, you’ll need to configure your Telerik credentials.

You can now configure your NuGet/Visual Studio clients to work with the new remote repository as usually instructed in the “Set Me Up” section.

For further information on Telerik’s Private Nuget Feed configuration, refer to the official Telerik documentation.