Skip to content

Commit a7c4cae

Browse files
🩹 [Patch]: Import module with verbose output during documentation generation
1 parent ab29008 commit a7c4cae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎scripts/helpers/Build-PSModuleDocumentation.ps1‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747

4848
Write-Host '::group::Build docs - Generate markdown help - Raw'
4949
Install-PSModule -Path $ModuleOutputFolder
50+
Import-Module -Name $ModuleName -Force -Verbose
5051
$moduleInfo = Get-Module $ModuleName
5152
Write-Host $moduleInfo
5253
$null = New-MarkdownCommandHelp -ModuleInfo $moduleInfo -OutputFolder $DocsOutputFolder -Force -Verbose

0 commit comments

Comments
 (0)