diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-12-02 20:11:21 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-12-03 10:58:32 -0600 |
commit | 27766738dc62ec95f89af347eebb1723a5943848 (patch) | |
tree | a113cf0cf3872fbbd752999fb8868ffce39e6f55 /nuget.config | |
parent | e08c0fc700edd3fe31d3a3778c26cac9f0304de4 (diff) | |
download | wix-27766738dc62ec95f89af347eebb1723a5943848.tar.gz wix-27766738dc62ec95f89af347eebb1723a5943848.tar.bz2 wix-27766738dc62ec95f89af347eebb1723a5943848.zip |
Add test projects for balutil and bextutil.
For now, they only have test implementations to check for compile errors in header only code.
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 0a24a6a3..2c6c5608 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="wixbuildtools" value="https://ci.appveyor.com/nuget/wixbuildtools" /> | ||
5 | <add key="wixtoolset-burn" value="https://ci.appveyor.com/nuget/wixtoolset-burn" /> | 6 | <add key="wixtoolset-burn" value="https://ci.appveyor.com/nuget/wixtoolset-burn" /> |
6 | <add key="wixtoolset-dutil" value="https://ci.appveyor.com/nuget/wixtoolset-dutil" /> | 7 | <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 | <add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" /> |