mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-13 17:23:02 -05:00
Update nuget.config to private nuget server
This commit is contained in:
10
nuget.config
10
nuget.config
@@ -1,14 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration >
|
||||
|
||||
<config>
|
||||
<add key="DefaultPushSource" value="http://SQLISNuget/DS-SSMS/api/v2/package" />
|
||||
</config>
|
||||
|
||||
<packageSources>
|
||||
|
||||
<!-- Add the SSMS repo for private requirements -->
|
||||
<add key="SQLDS - SSMS" value="http://SQLISNuget/DS-SSMS/nuget/" />
|
||||
<add key="DataTools Nuget" value="http://dtnuget/api/v2/" />
|
||||
</packageSources>
|
||||
|
||||
</configuration>
|
||||
|
||||
Reference in New Issue
Block a user