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 e677407 commit 8654867Copy full SHA for 8654867
scripts/helpers/Build-PSModuleDocumentation.ps1
@@ -48,8 +48,8 @@ function Build-PSModuleDocumentation {
48
Write-Host "Docs output folder: [$docsOutputFolder]"
49
}
50
51
-
52
LogGroup 'Build docs - Generate markdown help' {
+ Add-PSModulePath -Path (Split-Path -Path $ModuleOutputFolder -Parent)
53
$ModuleName | Remove-Module -Force -ErrorAction SilentlyContinue
54
Import-Module -Name $ModuleName -Force -RequiredVersion '999.0.0'
55
Write-Host ($ModuleName | Get-Module)
0 commit comments