diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2019-01-19 13:03:02 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2019-01-19 13:08:19 -0600 |
commit | 985ba427f8cd12b7b74d62f83a8b304764e6077b (patch) | |
tree | a1e7aec475299134b9b77191bc6885e961c4a045 /nuget.config | |
parent | dcfc3e2e369958d58dc070e3dbb8992e147b7a05 (diff) | |
download | wix-985ba427f8cd12b7b74d62f83a8b304764e6077b.tar.gz wix-985ba427f8cd12b7b74d62f83a8b304764e6077b.tar.bz2 wix-985ba427f8cd12b7b74d62f83a8b304764e6077b.zip |
Integrate into latest v4
Diffstat (limited to 'nuget.config')
-rw-r--r-- | nuget.config | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/nuget.config b/nuget.config new file mode 100644 index 00000000..f4f0704e --- /dev/null +++ b/nuget.config | |||
@@ -0,0 +1,14 @@ | |||
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="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-dtf" value="https://ci.appveyor.com/nuget/wixtoolset-dtf" /> | ||
10 | <add key="wixtoolset-tools" value="https://ci.appveyor.com/nuget/wixtoolset-tools" /> | ||
11 | <add key="wixbuildtools" value="https://ci.appveyor.com/nuget/wixbuildtools" /> | ||
12 | <add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" /> | ||
13 | </packageSources> | ||
14 | </configuration> \ No newline at end of file | ||