diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-05-10 09:07:42 +1000 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-05-10 14:03:30 +1000 |
commit | a75639ceaffcf5f56fa33094037bca86331d9ac0 (patch) | |
tree | d34b808eeae67744d6f3065c4eba6ec5c5780644 /nuget.config | |
parent | a74cbd658fb7bf904275ed5f27a7b15bedc18435 (diff) | |
download | wix-a75639ceaffcf5f56fa33094037bca86331d9ac0.tar.gz wix-a75639ceaffcf5f56fa33094037bca86331d9ac0.tar.bz2 wix-a75639ceaffcf5f56fa33094037bca86331d9ac0.zip |
Use WixToolset.Burn package to get rid of -burnStubPath.
Stop using x86 stub for x64.
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 a345c6a9..022f9240 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="wixtoolset-burn" value="https://ci.appveyor.com/nuget/wixtoolset-burn" /> | ||
5 | <add key="wixtoolset-core-native" value="https://ci.appveyor.com/nuget/wixtoolset-core-native" /> | 6 | <add key="wixtoolset-core-native" value="https://ci.appveyor.com/nuget/wixtoolset-core-native" /> |
6 | <add key="wixtoolset-data" value="https://ci.appveyor.com/nuget/wixtoolset-data" /> | 7 | <add key="wixtoolset-data" value="https://ci.appveyor.com/nuget/wixtoolset-data" /> |
7 | <add key="wixtoolset-dtf" value="https://ci.appveyor.com/nuget/wixtoolset-dtf" /> | 8 | <add key="wixtoolset-dtf" value="https://ci.appveyor.com/nuget/wixtoolset-dtf" /> |