diff options
author | Rob Mensching <rob@firegiant.com> | 2020-06-27 14:37:51 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2020-06-27 14:43:36 -0700 |
commit | cd0d556f06a220c3406d3a42a4e4628ee1cb7cd6 (patch) | |
tree | efc4743ba304084d151d67b378ce6b8a76c98f16 /nuget.config | |
parent | 786575c5358b4ff48cb4cf354a5b66e4017418ff (diff) | |
download | wix-cd0d556f06a220c3406d3a42a4e4628ee1cb7cd6.tar.gz wix-cd0d556f06a220c3406d3a42a4e4628ee1cb7cd6.tar.bz2 wix-cd0d556f06a220c3406d3a42a4e4628ee1cb7cd6.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" /> |