diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-05-15 13:48:12 +1000 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-05-16 21:47:46 +1000 |
commit | b0b50f1d8512b6d7ebd087d19406629db0a5ef9b (patch) | |
tree | 0e968627128148565398fa544102c753f7b2f438 /appveyor.cmd | |
parent | 1e7800b811b658659c8487bf2ccb541fdd6bd1be (diff) | |
download | wix-b0b50f1d8512b6d7ebd087d19406629db0a5ef9b.tar.gz wix-b0b50f1d8512b6d7ebd087d19406629db0a5ef9b.tar.bz2 wix-b0b50f1d8512b6d7ebd087d19406629db0a5ef9b.zip |
Drop XP support.
Diffstat (limited to 'appveyor.cmd')
-rw-r--r-- | appveyor.cmd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.cmd b/appveyor.cmd index 8a7782de..ddad4dae 100644 --- a/appveyor.cmd +++ b/appveyor.cmd | |||
@@ -3,9 +3,9 @@ | |||
3 | 3 | ||
4 | nuget restore | 4 | nuget restore |
5 | 5 | ||
6 | msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v140_xp | 6 | msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v140 |
7 | 7 | ||
8 | msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v141_xp | 8 | msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v141 |
9 | 9 | ||
10 | msbuild -p:Configuration=Release -t:Pack src\balutil\balutil.vcxproj | 10 | msbuild -p:Configuration=Release -t:Pack src\balutil\balutil.vcxproj |
11 | msbuild -p:Configuration=Release -t:Pack src\bextutil\bextutil.vcxproj | 11 | msbuild -p:Configuration=Release -t:Pack src\bextutil\bextutil.vcxproj |