Skip to content

Commit 6a8d420

Browse files
committed
Remove -Output switch from Invoke-Pester
Since it was dropped back in v4.
1 parent bc00e0d commit 6a8d420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SecretManagement.build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ task PackageLibrary -If { $Configuration -eq "Release" } {
8181
}
8282

8383
task Test {
84-
Invoke-Pester -CI -Output Diagnostic
84+
Invoke-Pester -CI
8585
}
8686

8787
task Build BuildModule, BuildDocs

0 commit comments

Comments
 (0)