16 lines
646 B
XML
16 lines
646 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<packageSources>
|
|
<clear />
|
|
<add key="nuget.laa" value="https://slm.sms-esaap.com/api/v4/projects/1149/packages/nuget/index.json" />
|
|
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
|
|
<add key="local" value="C:\Users\SZLATEV\source\repos\laapackages" />
|
|
</packageSources>
|
|
<packageSourceCredentials>
|
|
<nuget.laa>
|
|
<add key="Username" value="gitlab+deploy-token-20" />
|
|
<add key="ClearTextPassword" value="5pgsNRKyzYz1woqd7zna" />
|
|
</nuget.laa>
|
|
</packageSourceCredentials>
|
|
</configuration>
|