diff options
author | Rob Mensching <rob@firegiant.com> | 2017-09-17 15:35:20 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2017-09-17 16:00:11 -0700 |
commit | d3d3649a68cb1fa589fdd987a6690dbd5d671f0d (patch) | |
tree | 44fe37ee352b7e3a355cc1e08b1d7d5988c14cc0 /nuget.config | |
parent | a62610d23d6feb98be3b1e529a4e81b19d77d9d8 (diff) | |
download | wix-d3d3649a68cb1fa589fdd987a6690dbd5d671f0d.tar.gz wix-d3d3649a68cb1fa589fdd987a6690dbd5d671f0d.tar.bz2 wix-d3d3649a68cb1fa589fdd987a6690dbd5d671f0d.zip |
Initial code commit
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 62749701..a345c6a9 100644 --- a/nuget.config +++ b/nuget.config | |||
@@ -2,7 +2,9 @@ | |||
2 | <configuration> | 2 | <configuration> |
3 | <packageSources> | 3 | <packageSources> |
4 | <clear /> | 4 | <clear /> |
5 | <add key="wixtoolset-core-native" value="https://ci.appveyor.com/nuget/wixtoolset-core-native" /> | ||
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" /> |
7 | <add key="wixtoolset-dtf" value="https://ci.appveyor.com/nuget/wixtoolset-dtf" /> | ||
6 | <add key="wixtoolset-extensibility" value="https://ci.appveyor.com/nuget/wixtoolset-extensibility" /> | 8 | <add key="wixtoolset-extensibility" value="https://ci.appveyor.com/nuget/wixtoolset-extensibility" /> |
7 | <add key="wixbuildtools" value="https://ci.appveyor.com/nuget/wixbuildtools" /> | 9 | <add key="wixbuildtools" value="https://ci.appveyor.com/nuget/wixbuildtools" /> |
8 | <add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" /> | 10 | <add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" /> |