diff options
Diffstat (limited to 'appveyor.cmd')
-rw-r--r-- | appveyor.cmd | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/appveyor.cmd b/appveyor.cmd index 0dc63d47..eae4e787 100644 --- a/appveyor.cmd +++ b/appveyor.cmd | |||
@@ -6,11 +6,9 @@ nuget restore | |||
6 | msbuild -p:Configuration=Release -t:Restore | 6 | msbuild -p:Configuration=Release -t:Restore |
7 | 7 | ||
8 | msbuild -p:Configuration=Release src\test\WixToolsetTest.Util\WixToolsetTest.Util.csproj | 8 | msbuild -p:Configuration=Release src\test\WixToolsetTest.Util\WixToolsetTest.Util.csproj |
9 | dotnet test -c Release --no-build src\test\WixToolsetTest.Util | ||
9 | 10 | ||
10 | msbuild -p:Configuration=Release -t:Pack src\wixext\WixToolset.Util.wixext.csproj | 11 | msbuild -p:Configuration=Release -t:Pack src\wixext\WixToolset.Util.wixext.csproj |
11 | 12 | ||
12 | msbuild -p:Configuration=Release src\test\WixToolsetTest.Util\WixToolsetTest.Util.csproj | ||
13 | dotnet test -c Release --no-build src\test\WixToolsetTest.Util | ||
14 | |||
15 | @popd | 13 | @popd |
16 | @endlocal \ No newline at end of file | 14 | @endlocal \ No newline at end of file |