diff options
author | Sean Hall <rseanhall@gmail.com> | 2017-09-03 17:25:02 -0500 |
---|---|---|
committer | Sean Hall <rseanhall@gmail.com> | 2017-09-03 18:10:41 -0500 |
commit | 7df142a4586bcede1442feb38029ff15556ccb46 (patch) | |
tree | 4a52b55f2f0ff7bd511bd01cf08b67479d64cd76 /nuget.config | |
parent | a3073f2da5160b71dc4b89fd6c4cef1008521aa4 (diff) | |
download | wix-7df142a4586bcede1442feb38029ff15556ccb46.tar.gz wix-7df142a4586bcede1442feb38029ff15556ccb46.tar.bz2 wix-7df142a4586bcede1442feb38029ff15556ccb46.zip |
Initialize repo
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 | ||