aboutsummaryrefslogtreecommitdiff
path: root/appveyor.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.cmd')
-rw-r--r--appveyor.cmd13
1 files changed, 13 insertions, 0 deletions
diff --git a/appveyor.cmd b/appveyor.cmd
new file mode 100644
index 00000000..63302e89
--- /dev/null
+++ b/appveyor.cmd
@@ -0,0 +1,13 @@
1@setlocal
2@pushd %~dp0
3
4msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v140_xp
5msbuild -p:Configuration=Release;Platform=x64;PlatformToolset=v140_xp
6
7msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v141_xp
8msbuild -p:Configuration=Release;Platform=x64;PlatformToolset=v141_xp
9
10msbuild -p:Configuration=Release -t:PackNativeNuget src\wcautil\wcautil.vcxproj
11
12@popd
13@endlocal \ No newline at end of file