mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -05:00
Update nuget.config to pull private nuget packages from within the repro. (#132)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<configuration >
|
||||
<packageSources>
|
||||
<add key="Nuget" value="https://www.nuget.org/api/v2" />
|
||||
<add key="Myget" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
|
||||
<add key="DataTools Nuget" value="http://dtnuget/api/v2/" />
|
||||
<add key="Myget" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
|
||||
<add key="DataTools Nuget" value="./bin/nuget" />
|
||||
</packageSources>
|
||||
</configuration>
|
||||
|
||||
Reference in New Issue
Block a user