Skip to content

Commit

Permalink
Update psake-project.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj committed Jun 3, 2024
1 parent 6b6a5e6 commit 3d026f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psake-project.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Include "packages\Hangfire.Build.0.4.3\tools\psake-common.ps1"
Task Default -Depends Pack

Task Test -Depends Compile -Description "Run unit and integration tests." {
Exec { dotnet test -c debug "tests\Hangfire.InMemory.Tests" }
Exec { dotnet test --no-build -c release "tests\Hangfire.InMemory.Tests" }
}

Task Collect -Depends Test -Description "Copy all artifacts to the build folder." {
Expand Down

0 comments on commit 3d026f7

Please sign in to comment.