diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2018-12-29 22:18:45 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2018-12-29 22:20:26 -0600 |
commit | 3480ec56611d6c8784b7610dcac818133318f675 (patch) | |
tree | a80517a5ad1997b94527f81cfb81fa86e12a0927 /nuget.config | |
parent | 61847dddd4fd497057c780658e383c4627de19ec (diff) | |
download | wix-3480ec56611d6c8784b7610dcac818133318f675.tar.gz wix-3480ec56611d6c8784b7610dcac818133318f675.tar.bz2 wix-3480ec56611d6c8784b7610dcac818133318f675.zip |
Integrate into latest v4
Diffstat (limited to 'nuget.config')
-rw-r--r-- | nuget.config | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nuget.config b/nuget.config new file mode 100644 index 00000000..790be2b0 --- /dev/null +++ b/nuget.config | |||
@@ -0,0 +1,8 @@ | |||
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="api.nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" /> | ||
7 | </packageSources> | ||
8 | </configuration> \ No newline at end of file | ||