Add local nuget server to nuget config sources
This commit is contained in:
parent
0f946cabe8
commit
fbab389f66
@ -9,11 +9,9 @@
|
|||||||
<add key="automatic" value="True" />
|
<add key="automatic" value="True" />
|
||||||
</packageRestore>
|
</packageRestore>
|
||||||
<packageSources>
|
<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="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>
|
</packageSources>
|
||||||
|
|
||||||
<disabledPackageSources />
|
<disabledPackageSources />
|
||||||
</configuration>
|
</configuration>
|
Loading…
x
Reference in New Issue
Block a user