Merge pull request #21 from Microsoft/feature/fixmacbuild

Update nuget.config to private nuget server
This commit is contained in:
Karl Burtram
2016-08-17 22:35:11 -07:00
committed by GitHub

View File

@@ -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>