We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1a6ce3 commit 6d0f6faCopy full SHA for 6d0f6fa
installation/nuget.md
@@ -114,8 +114,8 @@ To edit a `NuGet.Config` file and add the Telerik feed, you need to:
114
</packageSources>
115
<packageSourceCredentials>
116
<TelerikOnlineFeed>
117
- <add key="api-key>" />
118
- <add key="YOUR-NUGET-API-KEY" />
+ <add key="Username" value="api-key>" />
+ <add key="ClearTextPassword" value="YOUR-NUGET-API-KEY" />
119
</TelerikOnlineFeed>
120
</packageSourceCredentials>
121
</configuration>
0 commit comments