Skip to content

Commit

Permalink
chore(common): Unify feed namings (#2447)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntacheva authored Oct 18, 2024
1 parent 25637f8 commit 3a913c4
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 3a913c4

Please sign in to comment.