aboutsummaryrefslogtreecommitdiff
path: root/appveyor.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.cmd')
-rw-r--r--appveyor.cmd16
1 files changed, 16 insertions, 0 deletions
diff --git a/appveyor.cmd b/appveyor.cmd
new file mode 100644
index 00000000..8a48fe2b
--- /dev/null
+++ b/appveyor.cmd
@@ -0,0 +1,16 @@
1@setlocal
2@pushd %~dp0
3
4nuget restore
5
6msbuild -p:Configuration=Release -t:Restore
7
8msbuild -p:Configuration=Release -p:Platform=Win32 src\ca\complusca.vcxproj
9msbuild -p:Configuration=Release -p:Platform=x64 src\ca\complusca.vcxproj
10
11msbuild -p:Configuration=Release src\test\WixToolsetTest.ComPlus\WixToolsetTest.ComPlus.csproj
12
13msbuild -p:Configuration=Release -t:Pack src\wixext\WixToolset.ComPlus.wixext.csproj
14
15@popd
16@endlocal \ No newline at end of file