15 lines
538 B
XML
15 lines
538 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<packageSources>
|
|
<clear />
|
|
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
|
|
<add key="TelerikServer" value="https://nuget.telerik.com/v3/index.json" protocolVersion="3" />
|
|
</packageSources>
|
|
<packageSourceCredentials>
|
|
<TelerikServer>
|
|
<add key="Username" value="%TELERIK_USERNAME%" />
|
|
<add key="ClearTextPassword" value="%TELERIK_PASSWORD%" />
|
|
</TelerikServer>
|
|
</packageSourceCredentials>
|
|
</configuration>
|