aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2018-12-30 10:50:54 -0600
committerSean Hall <r.sean.hall@gmail.com>2018-12-30 10:50:54 -0600
commita56c1ce571ea08e5b2a248428185112db3a2e23d (patch)
treeb679f9cb9429d0db629e2b3aad931d78c150091a
parent3480ec56611d6c8784b7610dcac818133318f675 (diff)
downloadwix-a56c1ce571ea08e5b2a248428185112db3a2e23d.tar.gz
wix-a56c1ce571ea08e5b2a248428185112db3a2e23d.tar.bz2
wix-a56c1ce571ea08e5b2a248428185112db3a2e23d.zip
Add BootstrapperCore nuget feed.
-rw-r--r--nuget.config1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuget.config b/nuget.config
index 790be2b0..b6266ac2 100644
--- a/nuget.config
+++ b/nuget.config
@@ -2,6 +2,7 @@
2<configuration> 2<configuration>
3 <packageSources> 3 <packageSources>
4 <clear /> 4 <clear />
5 <add key="wixtoolset-bootstrappercore" value="https://ci.appveyor.com/nuget/wixtoolset-bootstrappercore" />
5 <add key="wixtoolset-dutil" value="https://ci.appveyor.com/nuget/wixtoolset-dutil" /> 6 <add key="wixtoolset-dutil" value="https://ci.appveyor.com/nuget/wixtoolset-dutil" />
6 <add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" /> 7 <add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
7 </packageSources> 8 </packageSources>