diff options
author | Rob Mensching <rob@firegiant.com> | 2018-01-02 23:14:58 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2018-01-02 23:14:58 -0800 |
commit | 97b80191048b23f2e870c9d6a27e368ebaaf594d (patch) | |
tree | abe72531843285feb9f6e4502b5896a165219e3e /nuget.config | |
parent | 3fbfb758d90a52c54fc75669d9029badcbeaf251 (diff) | |
download | wix-97b80191048b23f2e870c9d6a27e368ebaaf594d.tar.gz wix-97b80191048b23f2e870c9d6a27e368ebaaf594d.tar.bz2 wix-97b80191048b23f2e870c9d6a27e368ebaaf594d.zip |
Initial code commit
Diffstat (limited to 'nuget.config')
-rw-r--r-- | nuget.config | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/nuget.config b/nuget.config new file mode 100644 index 00000000..bb8de141 --- /dev/null +++ b/nuget.config | |||
@@ -0,0 +1,15 @@ | |||
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-dutil" value="https://ci.appveyor.com/nuget/wixtoolset-dutil" /> | ||
11 | <add key="wixtoolset-wcautil" value="https://ci.appveyor.com/nuget/wixtoolset-wcautil" /> | ||
12 | <add key="wixbuildtools" value="https://ci.appveyor.com/nuget/wixbuildtools" /> | ||
13 | <add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" /> | ||
14 | </packageSources> | ||
15 | </configuration> \ No newline at end of file | ||