aboutsummaryrefslogtreecommitdiff
path: root/nuget.config
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-05-10 09:07:42 +1000
committerSean Hall <r.sean.hall@gmail.com>2020-05-10 14:03:30 +1000
commita75639ceaffcf5f56fa33094037bca86331d9ac0 (patch)
treed34b808eeae67744d6f3065c4eba6ec5c5780644 /nuget.config
parenta74cbd658fb7bf904275ed5f27a7b15bedc18435 (diff)
downloadwix-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.config1
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" />