From 27766738dc62ec95f89af347eebb1723a5943848 Mon Sep 17 00:00:00 2001 From: Sean Hall <r.sean.hall@gmail.com> Date: Wed, 2 Dec 2020 20:11:21 -0600 Subject: Add test projects for balutil and bextutil. For now, they only have test implementations to check for compile errors in header only code. --- nuget.config | 1 + 1 file changed, 1 insertion(+) (limited to 'nuget.config') diff --git a/nuget.config b/nuget.config index 0a24a6a3..2c6c5608 100644 --- a/nuget.config +++ b/nuget.config @@ -2,6 +2,7 @@ <configuration> <packageSources> <clear /> + <add key="wixbuildtools" value="https://ci.appveyor.com/nuget/wixbuildtools" /> <add key="wixtoolset-burn" value="https://ci.appveyor.com/nuget/wixtoolset-burn" /> <add key="wixtoolset-dutil" value="https://ci.appveyor.com/nuget/wixtoolset-dutil" /> <add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" /> -- cgit v1.2.3-55-g6feb