mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 01:25:40 -05:00
15 lines
356 B
XML
15 lines
356 B
XML
<?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/" />
|
|
</packageSources>
|
|
|
|
</configuration>
|