Skip to content

Commit

Permalink
chore(common): Unify feed namings (#2449)
Browse files Browse the repository at this point in the history
Co-authored-by: Nadezhda Tacheva <[email protected]>
  • Loading branch information
github-actions[bot] and ntacheva authored Oct 19, 2024
1 parent 0941ecb commit 8f06021
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deployment/ci-cd-build-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,13 @@ Finally, you need a `NuGet.Config` file that lists the Telerik server in the `pa
<packageSources>
<clear />
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
<add key="TelerikFeed" value="https://nuget.telerik.com/v3/index.json" />
<add key="TelerikOnlineFeed" value="https://nuget.telerik.com/v3/index.json" />
</packageSources>
<packageSourceCredentials>
<TelerikFeed>
<TelerikOnlineFeed>
<add key="Username" value="%TELERIK_USERNAME%" />
<add key="ClearTextPassword" value="%TELERIK_PASSWORD%" />
</TelerikFeed>
</TelerikOnlineFeed>
</packageSourceCredentials>
````

Expand Down

0 comments on commit 8f06021

Please sign in to comment.