Add burn to nuget.config
Rob Mensching committed
Jun 27, 2020 at 03:21 UTC
2df95e5979b318537adee1dfd9260a3c73dce824
1 file changed
+3
-2
nuget.config
+3
-2
@@ -2,12 +2,13 @@
2
<configuration>
3
<packageSources>
4
<clear />
5
- <add key="wixtoolset-data" value="https://ci.appveyor.com/nuget/wixtoolset-data" />
6
- <add key="wixtoolset-extensibility" value="https://ci.appveyor.com/nuget/wixtoolset-extensibility" />
5
+ <add key="wixtoolset-burn" value="https://ci.appveyor.com/nuget/wixtoolset-burn" />
6
<add key="wixtoolset-core" value="https://ci.appveyor.com/nuget/wixtoolset-core" />
7
<add key="wixtoolset-core-native" value="https://ci.appveyor.com/nuget/wixtoolset-core-native" />
8
+ <add key="wixtoolset-data" value="https://ci.appveyor.com/nuget/wixtoolset-data" />
9
<add key="wixtoolset-dtf" value="https://ci.appveyor.com/nuget/wixtoolset-dtf" />
10
<add key="wixtoolset-dutil" value="https://ci.appveyor.com/nuget/wixtoolset-dutil" />
11
+ <add key="wixtoolset-extensibility" value="https://ci.appveyor.com/nuget/wixtoolset-extensibility" />
12
<add key="wixtoolset-wcautil" value="https://ci.appveyor.com/nuget/wixtoolset-wcautil" />
13
<add key="wixtoolset-tools" value="https://ci.appveyor.com/nuget/wixtoolset-tools" />
14
<add key="wixbuildtools" value="https://ci.appveyor.com/nuget/wixbuildtools" />