File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Task Test -Depends Merge -Description "Run unit and integration tests against me
23
23
# support halting the whole execution pipeline when "dotnet test" command fails due to a failed test,
24
24
# silently allowing build process to continue its execution even with failed tests.
25
25
Exec { dotnet test - c Release -- no- build " tests\Hangfire.Core.Tests" }
26
- Exec { dotnet test - c Release -- no- build - p:TestTfmsInParallel= false - l " console;verbosity=normal " " tests\Hangfire.SqlServer.Tests" }
26
+ Exec { dotnet test - c Release -- no- build - p:TestTfmsInParallel= false " tests\Hangfire.SqlServer.Tests" }
27
27
Exec { dotnet test - c Release -- no- build - p:TestTfmsInParallel= false " tests\Hangfire.SqlServer.Msmq.Tests" }
28
28
}
29
29
You can’t perform that action at this time.
0 commit comments