Add local nuget server to nuget config sources

features/nuget_autobuild
Matija Koželj 2 years ago
parent 0f946cabe8
commit fbab389f66

@ -9,11 +9,9 @@
<add key="automatic" value="True" />
</packageRestore>
<packageSources>
<add key="Local repository" value="%LOCAL_NUGET%" />
<add key="TomPITGit" value="https://git.tompit.com/api/packages/Tom-PIT/nuget/index.json" />
<add key="ConnectedGit" value="https://git.tompit.com/api/packages/Connected/nuget/index.json" />
<add key="NuGet official package source" value="https://api.nuget.org/v3/index.json" />
<add key="LocalNugetServer" value="%LOCAL_NUGET_SERVER%" />
<add key="Local file repository" value="%LOCAL_NUGET%" />
</packageSources>
<disabledPackageSources />
</configuration>
</configuration>
Loading…
Cancel
Save