diff options
author | Rob Mensching <rob@firegiant.com> | 2020-06-27 03:02:53 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2020-06-27 03:04:59 -0700 |
commit | 4e1ad5e7a257b351d40a8d68aa6e1a961766556b (patch) | |
tree | 0f3339044caee1f1b3d42db0d487d47a33e3aa3b /nuget.config | |
parent | b9b3a6953a77e93b4ac7cdce5ec829dff7217faf (diff) | |
download | wix-4e1ad5e7a257b351d40a8d68aa6e1a961766556b.tar.gz wix-4e1ad5e7a257b351d40a8d68aa6e1a961766556b.tar.bz2 wix-4e1ad5e7a257b351d40a8d68aa6e1a961766556b.zip |
Update nuget.config
Diffstat (limited to 'nuget.config')
-rw-r--r-- | nuget.config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nuget.config b/nuget.config index aaee3228..10ef488d 100644 --- a/nuget.config +++ b/nuget.config | |||
@@ -2,10 +2,12 @@ | |||
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" /> |
8 | <add key="wixtoolset-core-native" value="https://ci.appveyor.com/nuget/wixtoolset-core-native" /> | 9 | <add key="wixtoolset-core-native" value="https://ci.appveyor.com/nuget/wixtoolset-core-native" /> |
10 | <add key="wixtoolset-data" value="https://ci.appveyor.com/nuget/wixtoolset-data" /> | ||
9 | <add key="wixtoolset-dtf" value="https://ci.appveyor.com/nuget/wixtoolset-dtf" /> | 11 | <add key="wixtoolset-dtf" value="https://ci.appveyor.com/nuget/wixtoolset-dtf" /> |
10 | <add key="wixtoolset-dutil" value="https://ci.appveyor.com/nuget/wixtoolset-dutil" /> | 12 | <add key="wixtoolset-dutil" value="https://ci.appveyor.com/nuget/wixtoolset-dutil" /> |
11 | <add key="wixtoolset-wcautil" value="https://ci.appveyor.com/nuget/wixtoolset-wcautil" /> | 13 | <add key="wixtoolset-wcautil" value="https://ci.appveyor.com/nuget/wixtoolset-wcautil" /> |