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 a084921 commit a80eef5Copy full SHA for a80eef5
installation/nuget.md
@@ -116,7 +116,7 @@ To edit a `NuGet.Config` file and add the Telerik feed, you need to:
116
</packageSources>
117
<packageSourceCredentials>
118
<TelerikOnlineFeed>
119
- <add key="Username" value="api-key>" />
+ <add key="Username" value="api-key" />
120
<add key="ClearTextPassword" value="YOUR-NUGET-API-KEY" />
121
</TelerikOnlineFeed>
122
</packageSourceCredentials>
0 commit comments