aboutsummaryrefslogtreecommitdiff
path: root/nuget.config
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2020-06-27 15:02:55 -0700
committerRob Mensching <rob@firegiant.com>2020-06-27 15:05:55 -0700
commite761a7cb8dff5ceba9d91eae85c53867950f6819 (patch)
treefaf7c1f777839bbf3e576826cfe8a2bde759c79c /nuget.config
parent4d9c4bc0c4ac264bd90a3d85c27c109619a82874 (diff)
downloadwix-e761a7cb8dff5ceba9d91eae85c53867950f6819.tar.gz
wix-e761a7cb8dff5ceba9d91eae85c53867950f6819.tar.bz2
wix-e761a7cb8dff5ceba9d91eae85c53867950f6819.zip
Improve build batch file
Diffstat (limited to 'nuget.config')
-rw-r--r--nuget.config1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuget.config b/nuget.config
index aaee3228..db7aba29 100644
--- a/nuget.config
+++ b/nuget.config
@@ -2,6 +2,7 @@
2<configuration> 2<configuration>
3 <packageSources> 3 <packageSources>
4 <clear /> 4 <clear />
5 <add key="wixtoolset-burn" value="https://ci.appveyor.com/nuget/wixtoolset-burn" />
5 <add key="wixtoolset-data" value="https://ci.appveyor.com/nuget/wixtoolset-data" /> 6 <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" /> 7 <add key="wixtoolset-extensibility" value="https://ci.appveyor.com/nuget/wixtoolset-extensibility" />
7 <add key="wixtoolset-core" value="https://ci.appveyor.com/nuget/wixtoolset-core" /> 8 <add key="wixtoolset-core" value="https://ci.appveyor.com/nuget/wixtoolset-core" />