diff options
author | Rob Mensching <rob@firegiant.com> | 2019-05-15 16:21:14 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2019-10-20 01:06:43 -0700 |
commit | 70d459c39d1716b2d26ffcbd2c4037d646b9ec37 (patch) | |
tree | 2c04b4940d64b99bea85cf00823a66697d344301 /nuget.config | |
parent | 14fdc9113bdc7270fb33e06990081988eb099ba9 (diff) | |
download | wix-70d459c39d1716b2d26ffcbd2c4037d646b9ec37.tar.gz wix-70d459c39d1716b2d26ffcbd2c4037d646b9ec37.tar.bz2 wix-70d459c39d1716b2d26ffcbd2c4037d646b9ec37.zip |
Extract common converters code to Converters repo and use that instead
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 e8a0cc92..3fb7b617 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-converters" value="https://ci.appveyor.com/nuget/wixtoolset-converters" /> | ||
5 | <add key="wixtoolset-core" value="https://ci.appveyor.com/nuget/wixtoolset-core" /> | 6 | <add key="wixtoolset-core" value="https://ci.appveyor.com/nuget/wixtoolset-core" /> |
6 | <add key="wixtoolset-core-native" value="https://ci.appveyor.com/nuget/wixtoolset-core-native" /> | 7 | <add key="wixtoolset-core-native" value="https://ci.appveyor.com/nuget/wixtoolset-core-native" /> |
7 | <add key="wixtoolset-data" value="https://ci.appveyor.com/nuget/wixtoolset-data" /> | 8 | <add key="wixtoolset-data" value="https://ci.appveyor.com/nuget/wixtoolset-data" /> |