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 ab29008 commit a7c4caeCopy full SHA for a7c4cae
‎scripts/helpers/Build-PSModuleDocumentation.ps1‎
@@ -47,6 +47,7 @@
47
48
Write-Host '::group::Build docs - Generate markdown help - Raw'
49
Install-PSModule -Path $ModuleOutputFolder
50
+ Import-Module -Name $ModuleName -Force -Verbose
51
$moduleInfo = Get-Module $ModuleName
52
Write-Host $moduleInfo
53
$null = New-MarkdownCommandHelp -ModuleInfo $moduleInfo -OutputFolder $DocsOutputFolder -Force -Verbose
0 commit comments