diff --git a/test.cmd b/test.cmd index bbed99b65..9d66b4a31 100644 --- a/test.cmd +++ b/test.cmd @@ -24,6 +24,6 @@ if %2==Debug set COVERAGE_ARGS=-p:CollectCoverage=true ^ if %1==net451 ( MoreLinq.Test\bin\%2\net451\MoreLinq.Test.exe ) else ( - dotnet test --no-build MoreLinq.Test -c %2 %COVERAGE_ARGS% + dotnet test --no-build MoreLinq.Test -f %1 -c %2 %COVERAGE_ARGS% ) goto :EOF