Skip to content

Commit

Permalink
testing with scottb's one line changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mssfang committed Dec 4, 2024
1 parent f727f9c commit b81f751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/scripts/Language-Settings.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function Get-AllPackageInfoFromRepo([string]$serviceDirectory = $null) {
if ($serviceDirectory) {
$searchPath = Join-Path $sdkRoot $serviceDirectory
Write-Host "searchPath=$searchPath"
[array]$ymlFiles = Get-ChildItem -Path $searchPath "ci*.yml" | Where-Object { $_.PSIsContainer -eq $false}
[array]$ymlFiles = Get-ChildItem -Recurse -Path $searchPath "ci*.yml" | Where-Object { $_.PSIsContainer -eq $false}
} else {
# The reason for the exclude folders are POM only releases (nothing is built) or
# the service directory sits outside of the engineering system
Expand Down

0 comments on commit b81f751

Please sign in to comment.