Files
TxSearchApi/SearchWebApi/NuGet.Config
2021-10-08 12:17:50 +02:00

17 lines
527 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</packageSources>
<packageSourceCredentials>
<Gtue.Framework>
<add key="Username" value="not_needed" />
<add key="ClearTextPassword" value="%NUGET_PAT%" />
</Gtue.Framework>
<Gtue.Welt>
<add key="Username" value="not_needed" />
<add key="ClearTextPassword" value="%NUGET_PAT%" />
</Gtue.Welt>
</packageSourceCredentials>
</configuration>