Update getting-started/nuget-sso.md

Co-authored-by: Yordan <60105689+yordan-mitev@users.noreply.github.com>
This commit is contained in:
Nikolay Iliev 2023-01-27 09:47:31 +02:00 коммит произвёл GitHub
Родитель b1d9cdd16b
Коммит 98535f3460
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -46,7 +46,9 @@ You have the option to create a NuGet.Config file on the application level (it w
- Add the Telerik NuGet server in the package source section through a custom key (in the demo case, the key is named **MyTelerikFeed**)
- Add the generated Telerik NuGet key through the **packageSourceCredentials** section by adding a **Username** key with the value **api-key** and a **ClearTextPassword** key with the value of the generated Telerik NuGet key.
1. Add the generated Telerik NuGet key in the `packageSourceCredentials` section:
1. Add a `Username` key with the value `api-key`
1. Add a `ClearTextPassword` key with the value of the generated Telerik NuGet key.
An example of adding the Telerik NuGet server with an API key.
```XML