diff options
author | Bob Arnson <bob@firegiant.com> | 2020-06-08 09:17:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-08 09:17:56 -0400 |
commit | 75ec7925bb5276c21c1b948f2162c8afcd47e699 (patch) | |
tree | 180d03e8a05e13cb8fd866e8d95202edf6ee5aaa /appveyor.cmd | |
parent | abfe02f2e31480f2cfb72b3daa641d7e723448d9 (diff) | |
parent | d141190ab6dae5afeecb515e59e82fae1b580e48 (diff) | |
download | wix-75ec7925bb5276c21c1b948f2162c8afcd47e699.tar.gz wix-75ec7925bb5276c21c1b948f2162c8afcd47e699.tar.bz2 wix-75ec7925bb5276c21c1b948f2162c8afcd47e699.zip |
Merge pull request #16 from wixtoolset/bob/updateTools
Update to latest tools
Diffstat (limited to 'appveyor.cmd')
-rw-r--r-- | appveyor.cmd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/appveyor.cmd b/appveyor.cmd index d3acaadb..e270866d 100644 --- a/appveyor.cmd +++ b/appveyor.cmd | |||
@@ -10,5 +10,8 @@ msbuild -p:Configuration=Release | |||
10 | msbuild -p:Configuration=Release -t:Pack src\wixext\WixToolset.Bal.wixext.csproj | 10 | msbuild -p:Configuration=Release -t:Pack src\wixext\WixToolset.Bal.wixext.csproj |
11 | msbuild -p:Configuration=Release -t:Pack src\WixToolset.Mba.Host\WixToolset.Mba.Host.csproj | 11 | msbuild -p:Configuration=Release -t:Pack src\WixToolset.Mba.Host\WixToolset.Mba.Host.csproj |
12 | 12 | ||
13 | msbuild -p:Configuration=Release src\test\WixToolsetTest.Bal\WixToolsetTest.Bal.csproj | ||
14 | dotnet test -c Release --no-build src\test\WixToolsetTest.Bal | ||
15 | |||
13 | @popd | 16 | @popd |
14 | @endlocal \ No newline at end of file | 17 | @endlocal \ No newline at end of file |