aboutsummaryrefslogtreecommitdiff
path: root/appveyor.cmd
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2018-12-29 22:26:48 -0600
committerSean Hall <r.sean.hall@gmail.com>2018-12-29 22:29:15 -0600
commit1dc08c5ec8e08f96e6e2d76a88bca1ed9d71a2d3 (patch)
treec7d348d42faee779bc52bacadf76b9bf7106d872 /appveyor.cmd
parent60069b189db09521558b99827aee47fe3f81309b (diff)
downloadwix-1dc08c5ec8e08f96e6e2d76a88bca1ed9d71a2d3.tar.gz
wix-1dc08c5ec8e08f96e6e2d76a88bca1ed9d71a2d3.tar.bz2
wix-1dc08c5ec8e08f96e6e2d76a88bca1ed9d71a2d3.zip
Integrate into latest v4.
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..ee397c4a
--- /dev/null
+++ b/appveyor.cmd
@@ -0,0 +1,13 @@
1@setlocal
2@pushd %~dp0
3
4nuget restore
5
6msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v140_xp
7
8msbuild -p:Configuration=Release;Platform=x86;PlatformToolset=v141_xp
9
10msbuild -p:Configuration=Release -t:Pack src\balutil\balutil.vcxproj
11
12@popd
13@endlocal \ No newline at end of file