@joebigelow / wix / commits / 62d562c0

Include test in build

Rob Mensching committed Oct 7, 2019 at 11:24 UTC 62d562c060d94c587e684834d25345498d638430
1 file changed +1 -1
appveyor.cmd
+1 -1
@@ -1,7 +1,7 @@
1 @setlocal
2 @pushd %~dp0
3
4 -dotnet build -c Release
4 +dotnet test -c Release src\test\WixToolsetTest.Data\WixToolsetTest.Data.csproj
5 dotnet pack -c Release
6
7 @popd