diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2019-01-18 09:06:23 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2019-01-18 09:06:23 -0600 |
commit | e0d1a8f6e54f2c573fc79fc442518758297b7d80 (patch) | |
tree | f18cc6c57fe822805b92e6fca7d6254c5dae03c0 /nuget.config | |
parent | fb8e8efe317d1bdaba2974d1b351db64f68495b2 (diff) | |
download | wix-e0d1a8f6e54f2c573fc79fc442518758297b7d80.tar.gz wix-e0d1a8f6e54f2c573fc79fc442518758297b7d80.tar.bz2 wix-e0d1a8f6e54f2c573fc79fc442518758297b7d80.zip |
Fix build.
Diffstat (limited to 'nuget.config')
-rw-r--r-- | nuget.config | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nuget.config b/nuget.config index 52b04261..06a49261 100644 --- a/nuget.config +++ b/nuget.config | |||
@@ -13,7 +13,6 @@ | |||
13 | <add key="wixtoolset-wcautil" value="https://ci.appveyor.com/nuget/wixtoolset-wcautil" /> | 13 | <add key="wixtoolset-wcautil" value="https://ci.appveyor.com/nuget/wixtoolset-wcautil" /> |
14 | <add key="wixtoolset-tools" value="https://ci.appveyor.com/nuget/wixtoolset-tools" /> | 14 | <add key="wixtoolset-tools" value="https://ci.appveyor.com/nuget/wixtoolset-tools" /> |
15 | <add key="wixbuildtools" value="https://ci.appveyor.com/nuget/wixbuildtools" /> | 15 | <add key="wixbuildtools" value="https://ci.appveyor.com/nuget/wixbuildtools" /> |
16 | <add key="localNuget" value="C:\src\mynewwix4\localNuget" /> | ||
17 | <add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" /> | 16 | <add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" /> |
18 | </packageSources> | 17 | </packageSources> |
19 | </configuration> \ No newline at end of file | 18 | </configuration> \ No newline at end of file |