mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-22 17:24:07 -05:00
Add nuget.config to pickup SQL Parser nuget package
This commit is contained in:
15
nuget.config
Normal file
15
nuget.config
Normal file
@@ -0,0 +1,15 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user