diff options
author | Rob Mensching <rob@firegiant.com> | 2017-10-01 16:57:13 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2017-10-02 23:49:54 -0700 |
commit | f91321309dd2c70d11343fe9272a0c7caf85e668 (patch) | |
tree | 8330eb932017d21b5e5f1c3c47066d0626b6213e /nuget.config | |
parent | 619f6087ac659c3f6c68d060391b9fd55b5882a2 (diff) | |
download | wix-f91321309dd2c70d11343fe9272a0c7caf85e668.tar.gz wix-f91321309dd2c70d11343fe9272a0c7caf85e668.tar.bz2 wix-f91321309dd2c70d11343fe9272a0c7caf85e668.zip |
Add root configuration files
Diffstat (limited to 'nuget.config')
-rw-r--r-- | nuget.config | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/nuget.config b/nuget.config new file mode 100644 index 00000000..7ba3a8df --- /dev/null +++ b/nuget.config | |||
@@ -0,0 +1,9 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <configuration> | ||
3 | <packageSources> | ||
4 | <clear /> | ||
5 | <add key="wixtoolset-dutil" value="https://ci.appveyor.com/nuget/wixtoolset-dutil" /> | ||
6 | <add key="wixtoolset-core" value="https://ci.appveyor.com/nuget/wixtoolset-core" /> | ||
7 | <add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" /> | ||
8 | </packageSources> | ||
9 | </configuration> \ No newline at end of file | ||