swagger, lauch, tasks

This commit is contained in:
Roland Fieger
2021-10-08 12:17:50 +02:00
parent a28799273b
commit c384e3bdca
4 changed files with 101 additions and 4 deletions

17
SearchWebApi/NuGet.Config Normal file
View File

@@ -0,0 +1,17 @@
<?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>