@joebigelow / wix / commits / 1ec9c1db

Search WiX NuGet respositories first

Rob Mensching committed Aug 20, 2017 at 14:23 UTC 1ec9c1db3f344646dae0937acb31016d8a924464
1 file changed +1 -1
nuget.config
+1 -1
@@ -2,7 +2,7 @@
2 <configuration>
3 <packageSources>
4 <clear />
5 - <add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
5 <add key="wixbuildtools" value="https://ci.appveyor.com/nuget/wixbuildtools" />
6 + <add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
7 </packageSources>
8 </configuration>
\ No newline at end of file