Flurl/Build/test.cmd

5 lines
180 B
Batchfile
Raw Normal View History

2019-02-24 19:42:50 +03:00
@call dotnet test -c Release /p:CollectCoverage=true /p:Threshold=75 /p:Exclude="[NUnit3.*]*" ..\test\Flurl.Test\
2019-02-24 12:54:13 +03:00
@if ERRORLEVEL 1 (
echo Error! Tests for Flurl failed.
exit /b 1
)