Skip to content

Commit

Permalink
Adjusted verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSehr committed Oct 17, 2023
1 parent 4a27ab6 commit f49edd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utilities/pipelines/sharedScripts/Set-ModuleReadMe.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -1834,7 +1834,8 @@ function Set-ModuleReadMe {
# TODO: Remove
Write-Verbose "Module root [$moduleRoot]" -Verbose
Write-Verbose "Has Tests [$hasTests]" -Verbose
Write-Verbose ((Get-ChildItem -Path $moduleRoot -Recurse -Filter 'main.test.bicep') | Out-String) -Verbose
Write-Verbose 'Children' -Verbose
Write-Verbose ((Get-ChildItem -Path $moduleRoot -Recurse).FullName | Out-String) -Verbose

if ($SectionsToRefresh -contains 'Usage examples' -and $hasTests) {
# Handle [Usage examples] section
Expand Down

0 comments on commit f49edd8

Please sign in to comment.