Skip to content

Commit

Permalink
test Changes manually
Browse files Browse the repository at this point in the history
  • Loading branch information
chidozieononiwu committed Jan 30, 2025
1 parent 86b795c commit a5290c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/common/scripts/Detect-Api-Changes.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ if (!($FindArtifactForApiReviewFn -and (Test-Path "Function:$FindArtifactForApiR
$responses = @{}

$packageProperties = Get-ChildItem -Recurse -Force "$configFileDir" `
| Where-Object { $_.Extension -eq '.json' -and $_.FullName -notmatch '\\_.*?\\' }
| Where-Object { $_.Extension -eq '.json' -and ($_.FullName -replace '\\', '/') -notlike '*/_*/*' }

Write-Host "Package Properties: $($packageProperties.Count)"
Write-Host "$packageProperties"
Expand Down

0 comments on commit a5290c1

Please sign in to comment.