aboutsummaryrefslogtreecommitdiff
path: root/appveyor.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.cmd')
-rw-r--r--appveyor.cmd2
1 files changed, 2 insertions, 0 deletions
diff --git a/appveyor.cmd b/appveyor.cmd
index 0eab71ad..e07239f7 100644
--- a/appveyor.cmd
+++ b/appveyor.cmd
@@ -8,6 +8,8 @@ msbuild -p:Configuration=Release;Platform=x64;PlatformToolset=v140_xp
8 8
9msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v141_xp 9msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v141_xp
10msbuild -p:Configuration=Release;Platform=x64;PlatformToolset=v141_xp 10msbuild -p:Configuration=Release;Platform=x64;PlatformToolset=v141_xp
11msbuild -p:Configuration=Release;Platform=ARM;PlatformToolset=v141
12msbuild -p:Configuration=Release;Platform=ARM64;PlatformToolset=v141
11 13
12msbuild -p:Configuration=Release -t:PackNativeNuget src\dutil\dutil.vcxproj 14msbuild -p:Configuration=Release -t:PackNativeNuget src\dutil\dutil.vcxproj
13 15