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 0b67829 commit 8ca2d56Copy full SHA for 8ca2d56
‎scripts/helpers/Build-PSModuleDocumentation.ps1‎
@@ -47,7 +47,7 @@
47
48
Write-Host '::group::Build docs - Generate markdown help - Raw'
49
Install-PSModule -Path $ModuleOutputFolder
50
- $moduleInfo = Import-Module -Name $ModuleName -Force -PassThru
+ $moduleInfo = Get-Module -Name $ModuleName
51
52
# Get all exported commands from the module
53
$commands = $moduleInfo.ExportedCommands.Values | Where-Object { $_.CommandType -ne 'Alias' }
0 commit comments