diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-05-10 14:18:29 +1000 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-05-10 14:20:58 +1000 |
commit | 43b794567dacd6b11dd508dca4aff29650139946 (patch) | |
tree | 77d079557bd687e5a4c05a765b312775e1f4ef2f /nuget.config | |
parent | a5f59cb11a6372a6da8540bd1bebf6dec20e92e3 (diff) | |
download | wix-43b794567dacd6b11dd508dca4aff29650139946.tar.gz wix-43b794567dacd6b11dd508dca4aff29650139946.tar.bz2 wix-43b794567dacd6b11dd508dca4aff29650139946.zip |
Add test for building a bundle from .wixproj.
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 6e1e8f4a..81117c3d 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-converters" value="https://ci.appveyor.com/nuget/wixtoolset-converters" /> | 6 | <add key="wixtoolset-converters" value="https://ci.appveyor.com/nuget/wixtoolset-converters" /> |
6 | <add key="wixtoolset-core" value="https://ci.appveyor.com/nuget/wixtoolset-core" /> | 7 | <add key="wixtoolset-core" value="https://ci.appveyor.com/nuget/wixtoolset-core" /> |
7 | <add key="wixtoolset-core-native" value="https://ci.appveyor.com/nuget/wixtoolset-core-native" /> | 8 | <add key="wixtoolset-core-native" value="https://ci.appveyor.com/nuget/wixtoolset-core-native" /> |