@joebigelow / wix / commits / 91c46b53

Add missing NuGet feed

aka fix package restore

William Kent committed May 18, 2020 at 20:39 UTC 91c46b53b80172a9fe1419ac67500ad55b52c16c
1 file changed +1
nuget.config
+1
@@ -12,6 +12,7 @@
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" />
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" />
16 <add key="wixbuildtools" value="https://ci.appveyor.com/nuget/wixbuildtools" />
17 <add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
18 </packageSources>