aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2018-07-23 20:38:41 -0700
committerRob Mensching <rob@firegiant.com>2018-07-23 20:38:41 -0700
commita4d0a948ea4e949827883bde35825ecfadc64900 (patch)
treefb76a0b405db5d576964dc4ad92d19888065267c
parenta2a077835e1a1e91a622015665ad0c92f416039d (diff)
downloadwix-a4d0a948ea4e949827883bde35825ecfadc64900.tar.gz
wix-a4d0a948ea4e949827883bde35825ecfadc64900.tar.bz2
wix-a4d0a948ea4e949827883bde35825ecfadc64900.zip
Add missing wixtoolet-tools NuGet feed
-rw-r--r--nuget.config1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuget.config b/nuget.config
index bb8de141..aaee3228 100644
--- a/nuget.config
+++ b/nuget.config
@@ -9,6 +9,7 @@
9 <add key="wixtoolset-dtf" value="https://ci.appveyor.com/nuget/wixtoolset-dtf" /> 9 <add key="wixtoolset-dtf" value="https://ci.appveyor.com/nuget/wixtoolset-dtf" />
10 <add key="wixtoolset-dutil" value="https://ci.appveyor.com/nuget/wixtoolset-dutil" /> 10 <add key="wixtoolset-dutil" value="https://ci.appveyor.com/nuget/wixtoolset-dutil" />
11 <add key="wixtoolset-wcautil" value="https://ci.appveyor.com/nuget/wixtoolset-wcautil" /> 11 <add key="wixtoolset-wcautil" value="https://ci.appveyor.com/nuget/wixtoolset-wcautil" />
12 <add key="wixtoolset-tools" value="https://ci.appveyor.com/nuget/wixtoolset-tools" />
12 <add key="wixbuildtools" value="https://ci.appveyor.com/nuget/wixbuildtools" /> 13 <add key="wixbuildtools" value="https://ci.appveyor.com/nuget/wixbuildtools" />
13 <add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" /> 14 <add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
14 </packageSources> 15 </packageSources>