diff options
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 |