diff options
author | Rob Mensching <rob@firegiant.com> | 2019-05-23 22:52:24 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2019-10-20 01:06:43 -0700 |
commit | c8c22de1957f8eeb2c9fc03df12db6af41613ca9 (patch) | |
tree | 9bb7684a5e2e67116a9503df5a5011f71c78396e /nuget.config | |
parent | 70d459c39d1716b2d26ffcbd2c4037d646b9ec37 (diff) | |
download | wix-c8c22de1957f8eeb2c9fc03df12db6af41613ca9.tar.gz wix-c8c22de1957f8eeb2c9fc03df12db6af41613ca9.tar.bz2 wix-c8c22de1957f8eeb2c9fc03df12db6af41613ca9.zip |
Fix versioning of thmviewer and include MSI package in build
Diffstat (limited to 'nuget.config')
-rw-r--r-- | nuget.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nuget.config b/nuget.config index 3fb7b617..d3a7e3d8 100644 --- a/nuget.config +++ b/nuget.config | |||
@@ -7,6 +7,7 @@ | |||
7 | <add key="wixtoolset-core-native" value="https://ci.appveyor.com/nuget/wixtoolset-core-native" /> | 7 | <add key="wixtoolset-core-native" value="https://ci.appveyor.com/nuget/wixtoolset-core-native" /> |
8 | <add key="wixtoolset-data" value="https://ci.appveyor.com/nuget/wixtoolset-data" /> | 8 | <add key="wixtoolset-data" value="https://ci.appveyor.com/nuget/wixtoolset-data" /> |
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-extensibility" value="https://ci.appveyor.com/nuget/wixtoolset-extensibility" /> | 11 | <add key="wixtoolset-extensibility" value="https://ci.appveyor.com/nuget/wixtoolset-extensibility" /> |
11 | <add key="wixbuildtools" value="https://ci.appveyor.com/nuget/wixbuildtools" /> | 12 | <add key="wixbuildtools" value="https://ci.appveyor.com/nuget/wixbuildtools" /> |
12 | <add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" /> | 13 | <add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" /> |