@joebigelow / wix-1 / commits / a56c1ce5

Add BootstrapperCore nuget feed.

Sean Hall committed Dec 30, 2018 at 10:50 UTC a56c1ce571ea08e5b2a248428185112db3a2e23d
1 file changed +1
nuget.config
+1
@@ -2,6 +2,7 @@
2 <configuration>
3 <packageSources>
4 <clear />
5 + <add key="wixtoolset-bootstrappercore" value="https://ci.appveyor.com/nuget/wixtoolset-bootstrappercore" />
6 <add key="wixtoolset-dutil" value="https://ci.appveyor.com/nuget/wixtoolset-dutil" />
7 <add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
8 </packageSources>