aboutsummaryrefslogtreecommitdiff
path: root/nuget.config
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-12-19 00:04:24 -0600
committerSean Hall <r.sean.hall@gmail.com>2020-12-19 00:06:14 -0600
commit6bc164316666addde26feeec2d521b797de50dbb (patch)
tree94e051d43886cd8255192699c5d0534a6a87906e /nuget.config
parent7378de4301d4f8c2570b29268ca7affbdb5721c2 (diff)
downloadwix-6bc164316666addde26feeec2d521b797de50dbb.tar.gz
wix-6bc164316666addde26feeec2d521b797de50dbb.tar.bz2
wix-6bc164316666addde26feeec2d521b797de50dbb.zip
Enable XML doc and run tests in appveyor.cmd.
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 e8a0cc92..31435a21 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" value="https://ci.appveyor.com/nuget/wixtoolset-core" /> 6 <add key="wixtoolset-core" value="https://ci.appveyor.com/nuget/wixtoolset-core" />
6 <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" />
7 <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" />