Skip to content

Commit e9683c1

Browse files
authored
[Engineering] Improve output format of help analysis (#14569)
* Update GenerateHelp.ps1 * trigger a CI run, failure expected * revert last commit
1 parent d023518 commit e9683c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/GenerateHelp.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ if ($ValidateMarkdownHelp)
7070
$Exceptions = Import-Csv "$NewExceptionsPath\ValidateHelpIssues.csv"
7171
if (($Exceptions | Measure-Object).Count -gt 0)
7272
{
73-
$Exceptions | ft
73+
$Exceptions | Format-List
7474
throw "A markdown file containing the help for a cmdlet is incomplete. Please check the exceptions provided for more details."
7575
}
7676
else

0 commit comments

Comments
 (0)