13 lines
487 B
XML
13 lines
487 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<packageSources>
|
|
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
|
|
<add key="winsomnia.net" value="https://git.winsomnia.net/api/packages/Winsomnia/nuget/index.json" />
|
|
</packageSources>
|
|
<packageSourceCredentials>
|
|
<winsomnia.net>
|
|
<add key="Username" value="%NUGET_USERNAME%" />
|
|
<add key="ClearTextPassword" value="%NUGET_PASSWORD%" />
|
|
</winsomnia.net>
|
|
</packageSourceCredentials>
|
|
</configuration> |