diff options
author | Rob Mensching <rob@firegiant.com> | 2017-12-29 04:55:28 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2017-12-29 04:56:13 -0800 |
commit | cba9d16b54cd4ba5b8750ee97ed5aa36cf1fc382 (patch) | |
tree | 682423fc77e7f80cf727a91e9e6f3be7118be503 /appveyor.cmd | |
parent | e2d15ce225cbd9cd3e815cb9999f8896f8c610bf (diff) | |
download | wix-cba9d16b54cd4ba5b8750ee97ed5aa36cf1fc382.tar.gz wix-cba9d16b54cd4ba5b8750ee97ed5aa36cf1fc382.tar.bz2 wix-cba9d16b54cd4ba5b8750ee97ed5aa36cf1fc382.zip |
Update to latest changes from Core and send build notifications to Slack
Diffstat (limited to 'appveyor.cmd')
-rw-r--r-- | appveyor.cmd | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/appveyor.cmd b/appveyor.cmd index a4f49085..4621592d 100644 --- a/appveyor.cmd +++ b/appveyor.cmd | |||
@@ -5,7 +5,9 @@ nuget restore | |||
5 | 5 | ||
6 | msbuild -p:Configuration=Release -t:Restore | 6 | msbuild -p:Configuration=Release -t:Restore |
7 | 7 | ||
8 | msbuild -p:Configuration=Release -t:Pack .\src\wixext\WixToolset.VisualStudio.wixext.csproj | 8 | msbuild -p:Configuration=Release src\test\WixToolsetTest.VisualStudio\WixToolsetTest.VisualStudio.csproj |
9 | |||
10 | msbuild -p:Configuration=Release -t:Pack src\wixext\WixToolset.VisualStudio.wixext.csproj | ||
9 | 11 | ||
10 | @popd | 12 | @popd |
11 | @endlocal \ No newline at end of file | 13 | @endlocal \ No newline at end of file |