diff options
author | William Kent <wjk@users.noreply.github.com> | 2020-05-18 20:39:49 -0400 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-05-20 16:34:39 +1000 |
commit | 91c46b53b80172a9fe1419ac67500ad55b52c16c (patch) | |
tree | 147550f1b90a3ec077dcc0de90f6c05d5edae7d1 | |
parent | 2dc387030d10478d413cfae5bf2f18abd25f1a51 (diff) | |
download | wix-91c46b53b80172a9fe1419ac67500ad55b52c16c.tar.gz wix-91c46b53b80172a9fe1419ac67500ad55b52c16c.tar.bz2 wix-91c46b53b80172a9fe1419ac67500ad55b52c16c.zip |
Add missing NuGet feed
aka fix package restore
-rw-r--r-- | nuget.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nuget.config b/nuget.config index 50ed9623..7f258709 100644 --- a/nuget.config +++ b/nuget.config | |||
@@ -12,6 +12,7 @@ | |||
12 | <add key="wixtoolset-tools" value="https://ci.appveyor.com/nuget/wixtoolset-tools" /> | 12 | <add key="wixtoolset-tools" value="https://ci.appveyor.com/nuget/wixtoolset-tools" /> |
13 | <add key="wixtoolset-bal-wixext" value="https://ci.appveyor.com/nuget/wixtoolset-bal-wixext" /> | 13 | <add key="wixtoolset-bal-wixext" value="https://ci.appveyor.com/nuget/wixtoolset-bal-wixext" /> |
14 | <add key="wixtoolset-util-wixext" value="https://ci.appveyor.com/nuget/wixtoolset-util-wixext" /> | 14 | <add key="wixtoolset-util-wixext" value="https://ci.appveyor.com/nuget/wixtoolset-util-wixext" /> |
15 | <add key="wixburn" value="https://ci.appveyor.com/nuget/wixtoolset-burn" /> | ||
15 | <add key="wixbuildtools" value="https://ci.appveyor.com/nuget/wixbuildtools" /> | 16 | <add key="wixbuildtools" value="https://ci.appveyor.com/nuget/wixbuildtools" /> |
16 | <add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" /> | 17 | <add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" /> |
17 | </packageSources> | 18 | </packageSources> |