Flurl/Build/test.cmd
2019-02-24 19:42:50 +03:00

5 lines
180 B
Batchfile

@call dotnet test -c Release /p:CollectCoverage=true /p:Threshold=75 /p:Exclude="[NUnit3.*]*" ..\test\Flurl.Test\
@if ERRORLEVEL 1 (
echo Error! Tests for Flurl failed.
exit /b 1
)