diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2019-02-03 14:43:56 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2019-02-03 14:49:25 -0600 |
commit | 6f29d2fc2b3514cc85a7975e974e8e31f39288e2 (patch) | |
tree | ea93f131bdaef7c052cf9d3a855731d516c281ea /appveyor.cmd | |
parent | 72f3dceefa2e3893b061e074380794bc60b67b6f (diff) | |
download | wix-6f29d2fc2b3514cc85a7975e974e8e31f39288e2.tar.gz wix-6f29d2fc2b3514cc85a7975e974e8e31f39288e2.tar.bz2 wix-6f29d2fc2b3514cc85a7975e974e8e31f39288e2.zip |
Integrate into latest v4.
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..73674296 --- /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 | msbuild -p:Configuration=Release src\test\WixToolsetTest.Dependency\WixToolsetTest.Dependency.csproj | ||
9 | |||
10 | msbuild -p:Configuration=Release -t:Pack src\wixext\WixToolset.Dependency.wixext.csproj | ||
11 | |||
12 | @popd | ||
13 | @endlocal \ No newline at end of file | ||