diff --git a/utilities/pipelines/sharedScripts/Set-ModuleReadMe.ps1 b/utilities/pipelines/sharedScripts/Set-ModuleReadMe.ps1 index c78ce8f075..ba6e33a35f 100644 --- a/utilities/pipelines/sharedScripts/Set-ModuleReadMe.ps1 +++ b/utilities/pipelines/sharedScripts/Set-ModuleReadMe.ps1 @@ -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