We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc91d83 commit cf6e867Copy full SHA for cf6e867
‎scripts/helpers/Build-PSModuleDocumentation.ps1‎
@@ -93,7 +93,7 @@
93
$failedCommands = $commandResults | Where-Object { $_.Status -eq 'Failed' }
94
$successfulCommands = $commandResults | Where-Object { $_.Status -eq 'Success' }
95
$hasFailures = $failedCommands.Count -gt 0
96
- $shouldShowSummary = $ShowSummaryOnSuccess
+ $shouldShowSummary = $hasFailures -or $ShowSummaryOnSuccess
97
98
# Generate summary if ShowSummaryOnSuccess is enabled
99
if ($shouldShowSummary) {
0 commit comments