Add BootstrapperCore nuget feed.
Sean Hall committed
Dec 30, 2018 at 10:52 UTC
07029a4843531203287a9661e57ec8fc43158f61
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>