diff options
author | Rob Mensching <rob@firegiant.com> | 2019-05-09 15:12:54 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2019-05-09 15:42:36 -0700 |
commit | 1ec68f7c9925536e9f11f5f849eb812a99dfa8ce (patch) | |
tree | 18aaba72609b397504cae8e37577d65de3d6a828 /appveyor.cmd | |
parent | 570c113409a6aaab462efec8e223e75a89e4ded0 (diff) | |
download | wix-1ec68f7c9925536e9f11f5f849eb812a99dfa8ce.tar.gz wix-1ec68f7c9925536e9f11f5f849eb812a99dfa8ce.tar.bz2 wix-1ec68f7c9925536e9f11f5f849eb812a99dfa8ce.zip |
Support VS2019
Diffstat (limited to 'appveyor.cmd')
-rw-r--r-- | appveyor.cmd | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/appveyor.cmd b/appveyor.cmd index e07239f7..7b8aeb28 100644 --- a/appveyor.cmd +++ b/appveyor.cmd | |||
@@ -8,8 +8,13 @@ msbuild -p:Configuration=Release;Platform=x64;PlatformToolset=v140_xp | |||
8 | 8 | ||
9 | msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v141_xp | 9 | msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v141_xp |
10 | msbuild -p:Configuration=Release;Platform=x64;PlatformToolset=v141_xp | 10 | msbuild -p:Configuration=Release;Platform=x64;PlatformToolset=v141_xp |
11 | msbuild -p:Configuration=Release;Platform=ARM;PlatformToolset=v141 | 11 | rem msbuild -p:Configuration=Release;Platform=ARM;PlatformToolset=v141 |
12 | msbuild -p:Configuration=Release;Platform=ARM64;PlatformToolset=v141 | 12 | rem msbuild -p:Configuration=Release;Platform=ARM64;PlatformToolset=v141 |
13 | |||
14 | msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v142 | ||
15 | msbuild -p:Configuration=Release;Platform=x64;PlatformToolset=v142 | ||
16 | rem msbuild -p:Configuration=Release;Platform=ARM;PlatformToolset=v142 | ||
17 | rem msbuild -p:Configuration=Release;Platform=ARM64;PlatformToolset=v142 | ||
13 | 18 | ||
14 | msbuild -p:Configuration=Release -t:PackNativeNuget src\dutil\dutil.vcxproj | 19 | msbuild -p:Configuration=Release -t:PackNativeNuget src\dutil\dutil.vcxproj |
15 | 20 | ||