diff options
Diffstat (limited to 'appveyor.cmd')
-rw-r--r-- | appveyor.cmd | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/appveyor.cmd b/appveyor.cmd index c54f9161..54199392 100644 --- a/appveyor.cmd +++ b/appveyor.cmd | |||
@@ -8,12 +8,10 @@ msbuild -p:Configuration=Release;Platform=x64;PlatformToolset=v140 || exit /b | |||
8 | 8 | ||
9 | msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v141 || exit /b | 9 | msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v141 || exit /b |
10 | msbuild -p:Configuration=Release;Platform=x64;PlatformToolset=v141 || exit /b | 10 | msbuild -p:Configuration=Release;Platform=x64;PlatformToolset=v141 || exit /b |
11 | msbuild -p:Configuration=Release;Platform=ARM;PlatformToolset=v141 || exit /b | ||
12 | msbuild -p:Configuration=Release;Platform=ARM64;PlatformToolset=v141 || exit /b | 11 | msbuild -p:Configuration=Release;Platform=ARM64;PlatformToolset=v141 || exit /b |
13 | 12 | ||
14 | msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v142 || exit /b | 13 | msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v142 || exit /b |
15 | msbuild -p:Configuration=Release;Platform=x64;PlatformToolset=v142 || exit /b | 14 | msbuild -p:Configuration=Release;Platform=x64;PlatformToolset=v142 || exit /b |
16 | msbuild -p:Configuration=Release;Platform=ARM;PlatformToolset=v142 || exit /b | ||
17 | msbuild -p:Configuration=Release;Platform=ARM64;PlatformToolset=v142 || exit /b | 15 | msbuild -p:Configuration=Release;Platform=ARM64;PlatformToolset=v142 || exit /b |
18 | 16 | ||
19 | msbuild -p:Configuration=Release -t:PackNativeNuget src\dutil\dutil.vcxproj || exit /b | 17 | msbuild -p:Configuration=Release -t:PackNativeNuget src\dutil\dutil.vcxproj || exit /b |