diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2018-12-16 17:21:36 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2018-12-16 17:26:16 -0600 |
commit | aec6e9a4b21accd2e8aeb2cb36ad1cdc8f308f79 (patch) | |
tree | 4ebc8374ad56b99f00b8d09328e9baed3f2081d6 /appveyor.cmd | |
parent | 4818bb24e8f7f22345f90393239ce92129238ecc (diff) | |
download | wix-aec6e9a4b21accd2e8aeb2cb36ad1cdc8f308f79.tar.gz wix-aec6e9a4b21accd2e8aeb2cb36ad1cdc8f308f79.tar.bz2 wix-aec6e9a4b21accd2e8aeb2cb36ad1cdc8f308f79.zip |
Integrate into latest v4.
Still needs TupleDefinitions and Messages.
Diffstat (limited to 'appveyor.cmd')
-rw-r--r-- | appveyor.cmd | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/appveyor.cmd b/appveyor.cmd new file mode 100644 index 00000000..9b376415 --- /dev/null +++ b/appveyor.cmd | |||
@@ -0,0 +1,13 @@ | |||
1 | @setlocal | ||
2 | @pushd %~dp0 | ||
3 | |||
4 | nuget restore | ||
5 | |||
6 | msbuild -p:Configuration=Release -t:Restore | ||
7 | |||
8 | rem msbuild -p:Configuration=Release src\test\WixToolsetTest.Iis\WixToolsetTest.Iis.csproj | ||
9 | |||
10 | msbuild -p:Configuration=Release -t:Pack src\wixext\WixToolset.Iis.wixext.csproj | ||
11 | |||
12 | @popd | ||
13 | @endlocal \ No newline at end of file | ||