Skip to content

Commit

Permalink
Fix logging in task 'Build_Documentation'
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuBuisson committed May 1, 2017
1 parent a558bf2 commit c327125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PSCodeHealth.build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Task Build_Documentation {
$PlatyPSSettings = $Settings.PlatyPSParams
New-MarkdownHelp @PlatyPSSettings | Foreach-Object {
$Part = ' - {0}: Functions/{1}' -f $_.BaseName, $_.Name
"Created markdown help file : $_.FullName"
"Created markdown help file : $($_.FullName)"
$HeaderContent += "{0}`n" -f $Part
}
$HeaderContent | Set-Content -Path $Settings.MkdocsPath -Force
Expand Down

0 comments on commit c327125

Please sign in to comment.