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