diff options
author | Rob Mensching <rob@firegiant.com> | 2020-06-27 14:55:22 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2020-06-27 14:57:46 -0700 |
commit | f40f13e06e72b88e7d9602aa64494238a697d1a7 (patch) | |
tree | e8286a83c8b7ca2cc20db1b8ee576dee1f779389 /nuget.config | |
parent | db6f8e7e5059245d717ffbd7a43462eaf5302e84 (diff) | |
download | wix-f40f13e06e72b88e7d9602aa64494238a697d1a7.tar.gz wix-f40f13e06e72b88e7d9602aa64494238a697d1a7.tar.bz2 wix-f40f13e06e72b88e7d9602aa64494238a697d1a7.zip |
Improve build batch file
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 aaee3228..db7aba29 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" /> |