We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3c42a9 commit b4448d1Copy full SHA for b4448d1
PowerShellBuild/Public/Build-PSBuildMarkdown.ps1
@@ -57,6 +57,7 @@ function Build-PSBuildMarkdown {
57
OutputFolder = [IO.Path]::Combine($DocsPath, $Locale)
58
ErrorAction = 'SilentlyContinue'
59
Verbose = $VerbosePreference
60
+ Force = $true
61
}
62
New-MarkdownHelp @newMDParams > $null
63
} finally {
0 commit comments