diff options
author | Rob Mensching <rob@firegiant.com> | 2020-06-27 12:08:21 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2020-06-27 13:30:34 -0700 |
commit | 79bc46ce89435b275888c7914a07f3e47e5af0fb (patch) | |
tree | a9b595254ff829f13bf25dd86c99370a8d372dc1 /nuget.config | |
parent | 2e27fae0ba1af2127ff77f5e1fca93c0e6c78a7a (diff) | |
download | wix-79bc46ce89435b275888c7914a07f3e47e5af0fb.tar.gz wix-79bc46ce89435b275888c7914a07f3e47e5af0fb.tar.bz2 wix-79bc46ce89435b275888c7914a07f3e47e5af0fb.zip |
Improve build batch file
Diffstat (limited to 'nuget.config')
-rw-r--r-- | nuget.config | 1 |
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" /> |