We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74794d2 commit c4bc42fCopy full SHA for c4bc42f
psake-project.ps1
@@ -23,7 +23,7 @@ Task Test -Depends Merge -Description "Run unit and integration tests against me
23
# support halting the whole execution pipeline when "dotnet test" command fails due to a failed test,
24
# silently allowing build process to continue its execution even with failed tests.
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" }
+ Exec { dotnet test -c Release --no-build -p:TestTfmsInParallel=false "tests\Hangfire.SqlServer.Tests" }
27
Exec { dotnet test -c Release --no-build -p:TestTfmsInParallel=false "tests\Hangfire.SqlServer.Msmq.Tests" }
28
}
29
0 commit comments