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 02446d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eng/common/scripts/Detect-Api-Changes.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,9 @@ if (!($FindArtifactForApiReviewFn -and (Test-Path "Function:$FindArtifactForApiR

$responses = @{}

$ps = [System.IO.Path]::DirectorySeparatorChar
$packageProperties = Get-ChildItem -Recurse -Force "$configFileDir" `
| Where-Object { $_.Extension -eq '.json' -and $_.FullName -notmatch '\\_.*?\\' }
| Where-Object { $_.Extension -eq '.json' -and $_.FullName -notmatch [regex]::Escape("$ps") + '_.*?' + [regex]::Escape("$ps") }

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

0 comments on commit 02446d7

Please sign in to comment.