Skip to content

Commit

Permalink
Remove -Output switch from Invoke-Pester
Browse files Browse the repository at this point in the history
Since it was dropped back in v4.
  • Loading branch information
andyleejordan committed Jan 27, 2025
1 parent bc00e0d commit 6a8d420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SecretManagement.build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ task PackageLibrary -If { $Configuration -eq "Release" } {
}

task Test {
Invoke-Pester -CI -Output Diagnostic
Invoke-Pester -CI
}

task Build BuildModule, BuildDocs
Expand Down

0 comments on commit 6a8d420

Please sign in to comment.