diff options
author | Rob Mensching <rob@firegiant.com> | 2017-08-20 14:23:00 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2017-08-20 14:23:00 -0700 |
commit | 1ec9c1db3f344646dae0937acb31016d8a924464 (patch) | |
tree | 1b5e71a599838b1cbcae3edfb3982b5c7f33c549 | |
parent | 00b3e0494b727a6c20e0019a0f7b12572861c628 (diff) | |
download | wix-1ec9c1db3f344646dae0937acb31016d8a924464.tar.gz wix-1ec9c1db3f344646dae0937acb31016d8a924464.tar.bz2 wix-1ec9c1db3f344646dae0937acb31016d8a924464.zip |
Search WiX NuGet respositories first
-rw-r--r-- | nuget.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nuget.config b/nuget.config index 8f1e24be..d5ef8952 100644 --- a/nuget.config +++ b/nuget.config | |||
@@ -2,7 +2,7 @@ | |||
2 | <configuration> | 2 | <configuration> |
3 | <packageSources> | 3 | <packageSources> |
4 | <clear /> | 4 | <clear /> |
5 | <add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" /> | ||
6 | <add key="wixbuildtools" value="https://ci.appveyor.com/nuget/wixbuildtools" /> | 5 | <add key="wixbuildtools" value="https://ci.appveyor.com/nuget/wixbuildtools" /> |
6 | <add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" /> | ||
7 | </packageSources> | 7 | </packageSources> |
8 | </configuration> \ No newline at end of file | 8 | </configuration> \ No newline at end of file |