aboutsummaryrefslogtreecommitdiff
path: root/appveyor.cmd
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2020-06-08 09:17:56 -0400
committerGitHub <noreply@github.com>2020-06-08 09:17:56 -0400
commit75ec7925bb5276c21c1b948f2162c8afcd47e699 (patch)
tree180d03e8a05e13cb8fd866e8d95202edf6ee5aaa /appveyor.cmd
parentabfe02f2e31480f2cfb72b3daa641d7e723448d9 (diff)
parentd141190ab6dae5afeecb515e59e82fae1b580e48 (diff)
downloadwix-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.cmd3
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
10msbuild -p:Configuration=Release -t:Pack src\wixext\WixToolset.Bal.wixext.csproj 10msbuild -p:Configuration=Release -t:Pack src\wixext\WixToolset.Bal.wixext.csproj
11msbuild -p:Configuration=Release -t:Pack src\WixToolset.Mba.Host\WixToolset.Mba.Host.csproj 11msbuild -p:Configuration=Release -t:Pack src\WixToolset.Mba.Host\WixToolset.Mba.Host.csproj
12 12
13msbuild -p:Configuration=Release src\test\WixToolsetTest.Bal\WixToolsetTest.Bal.csproj
14dotnet 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