Skip to content

Commit aa60663

Browse files
author
Sebastian S Schütze
committed
Hotfix: added to install module so dependencies are installed
1 parent ea4d841 commit aa60663

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/ci/Build-ModuleHelp.ps1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ if (-not (Get-Module platyPS -ListAvailable)) {
2222
Install-Module platyPS -Scope CurrentUser -Force
2323
}
2424

25+
if (-not (Get-Module $Module -ListAvailable)) {
26+
Install-Module $Module -Scope CurrentUser -Force -Repository PSGallery
27+
}
28+
2529
$OutputFolder = "./docs/modules/$($Module.ToLower())/commands"
2630

2731
Import-Module "$tmpModuleFolder/$Module"

0 commit comments

Comments
 (0)