Skip to content

Commit c4bc42f

Browse files
committed
Revert "Trying to track down failed builds due to SQL Server connectivity"
This reverts commit b52018b.
1 parent 74794d2 commit c4bc42f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: psake-project.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Task Test -Depends Merge -Description "Run unit and integration tests against me
2323
# support halting the whole execution pipeline when "dotnet test" command fails due to a failed test,
2424
# silently allowing build process to continue its execution even with failed tests.
2525
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" }
2727
Exec { dotnet test -c Release --no-build -p:TestTfmsInParallel=false "tests\Hangfire.SqlServer.Msmq.Tests" }
2828
}
2929

0 commit comments

Comments
 (0)