diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-01-31 21:43:14 +1100 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-01-31 21:49:35 +1100 |
commit | 16f6a68d0bb1a0d5892a8cef10b835acc4e2a317 (patch) | |
tree | bbd973f86085ef1175d8bf03cadc2d855d3c06a1 /nuget.config | |
parent | 08ab1a16349500606b76ba0c5d003c1c993710fb (diff) | |
download | wix-16f6a68d0bb1a0d5892a8cef10b835acc4e2a317.tar.gz wix-16f6a68d0bb1a0d5892a8cef10b835acc4e2a317.tar.bz2 wix-16f6a68d0bb1a0d5892a8cef10b835acc4e2a317.zip |
Add failing test for compiling a WixStdBa bundle.
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 06a49261..837b3770 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-data" value="https://ci.appveyor.com/nuget/wixtoolset-data" /> | 6 | <add key="wixtoolset-data" value="https://ci.appveyor.com/nuget/wixtoolset-data" /> |
6 | <add key="wixtoolset-extensibility" value="https://ci.appveyor.com/nuget/wixtoolset-extensibility" /> | 7 | <add key="wixtoolset-extensibility" value="https://ci.appveyor.com/nuget/wixtoolset-extensibility" /> |
7 | <add key="wixtoolset-core" value="https://ci.appveyor.com/nuget/wixtoolset-core" /> | 8 | <add key="wixtoolset-core" value="https://ci.appveyor.com/nuget/wixtoolset-core" /> |