diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2019-02-02 17:01:09 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2019-02-02 17:04:53 -0600 |
commit | 704139b787d2016e43b6a87dbfc41555dac8326a (patch) | |
tree | 9d46cd6250e92fba919ba4d6d972f6ae6b974b56 /appveyor.cmd | |
parent | d694ea725efa855edfca0863cf462b1c0f26c156 (diff) | |
download | wix-704139b787d2016e43b6a87dbfc41555dac8326a.tar.gz wix-704139b787d2016e43b6a87dbfc41555dac8326a.tar.bz2 wix-704139b787d2016e43b6a87dbfc41555dac8326a.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..dc40e10c --- /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.DifxApp\WixToolsetTest.DifxApp.csproj | ||
9 | |||
10 | msbuild -p:Configuration=Release -t:Pack src\wixext\WixToolset.DifxApp.wixext.csproj | ||
11 | |||
12 | @popd | ||
13 | @endlocal \ No newline at end of file | ||