self hosted nuget server url update
parent
62d86254ba
commit
b650658f53
|
@ -3,6 +3,6 @@
|
||||||
<packageSources>
|
<packageSources>
|
||||||
<clear />
|
<clear />
|
||||||
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
|
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
|
||||||
<add key="sta.nuget" value="https://lab.code-rove.com/public-nuget-server/nuget" />
|
<add key="sta.nuget" value="https://lab.code-rove.com/public-nuget-server/v3/index.json" />
|
||||||
</packageSources>
|
</packageSources>
|
||||||
</configuration>
|
</configuration>
|
Loading…
Reference in New Issue