diff options
author | Rob Mensching <rob@firegiant.com> | 2017-08-20 15:16:00 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2017-08-20 15:16:00 -0700 |
commit | a62610d23d6feb98be3b1e529a4e81b19d77d9d8 (patch) | |
tree | 629f5696c035bee426700fb4e6fd7b12c2dd48dc /nuget.config | |
parent | 2355e999244f47c312b6a235ef376ae8ea2ef80c (diff) | |
download | wix-a62610d23d6feb98be3b1e529a4e81b19d77d9d8.tar.gz wix-a62610d23d6feb98be3b1e529a4e81b19d77d9d8.tar.bz2 wix-a62610d23d6feb98be3b1e529a4e81b19d77d9d8.zip |
Add root configuration files
Diffstat (limited to 'nuget.config')
-rw-r--r-- | nuget.config | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/nuget.config b/nuget.config new file mode 100644 index 00000000..62749701 --- /dev/null +++ b/nuget.config | |||
@@ -0,0 +1,10 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <configuration> | ||
3 | <packageSources> | ||
4 | <clear /> | ||
5 | <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="wixbuildtools" value="https://ci.appveyor.com/nuget/wixbuildtools" /> | ||
8 | <add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" /> | ||
9 | </packageSources> | ||
10 | </configuration> \ No newline at end of file | ||