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 342a1ae commit d85818bCopy full SHA for d85818b
‎scripts/helpers/Build-PSModuleDocumentation.ps1‎
@@ -52,7 +52,7 @@
52
# Get all exported commands from the module
53
$commands = $moduleInfo.ExportedCommands.Values | Where-Object { $_.CommandType -ne 'Alias' }
54
55
- Write-Host "Found $($commands.Count) commands to process"
+ Write-Host "::group::Found $($commands.Count) commands to process"
56
57
foreach ($command in $commands) {
58
try {
@@ -75,7 +75,6 @@
75
76
Write-Host '::group::Build docs - Generated files'
77
Get-ChildItem -Path $docsOutputFolder -Recurse | Select-Object -ExpandProperty FullName
78
- Write-Host '::endgroup::'
79
80
Get-ChildItem -Path $docsOutputFolder -Recurse -Force -Include '*.md' | ForEach-Object {
81
$fileName = $_.Name
0 commit comments