diff options
author | Rob Mensching <rob@firegiant.com> | 2020-06-27 12:51:24 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2020-06-27 13:30:19 -0700 |
commit | d02ccdc0bd962289d59d83497e19a31b974c9631 (patch) | |
tree | 8ce1a4f82612dc5450bb48deebb1f280501e370f /nuget.config | |
parent | db8195b4db974a20eef3468c4bdd48a935970e30 (diff) | |
download | wix-d02ccdc0bd962289d59d83497e19a31b974c9631.tar.gz wix-d02ccdc0bd962289d59d83497e19a31b974c9631.tar.bz2 wix-d02ccdc0bd962289d59d83497e19a31b974c9631.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" /> |