File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ $resourceManagerPath = "$PSScriptRoot/../artifacts/$BuildConfig/"
7070
7171$RMpsd1s += Get-ChildItem - Path $resourceManagerPath - Depth 2 | Where-Object { $_.Name -like " *.psd1" -and $_.FullName -notlike " *dll-Help*" }
7272
73- $HelpFolders += Get-ChildItem - Path " $PSScriptRoot /../src/ResourceManager " - Recurse - Directory | where { $_.Name -eq " help" -and $_.FullName -notlike " *\Stack\*" -and $_.FullName -notlike " *\bin\*" }
73+ $HelpFolders += Get-ChildItem - Path " $PSScriptRoot /../src" - Recurse - Directory | where { $_.Name -eq " help" -and $_.FullName -notlike " *\Stack\*" -and $_.FullName -notlike " *\bin\*" }
7474
7575# Map the name of the cmdlet to the location of the help file
7676$HelpFileMapping = @ {}
You can’t perform that action at this time.
0 commit comments