We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 910aea0 commit a66dd2fCopy full SHA for a66dd2f
eng/common/scripts/Detect-Api-Changes.ps1
@@ -105,7 +105,7 @@ $responses = @{}
105
106
$packageProperties = Get-ChildItem -Recurse -Force "$configFileDir" `
107
| Where-Object {
108
- $_.Extension -eq '.json' -and ($_.FullName.Substring($configFileDir.Length + 1) -notmatch '^_.*?\\')
+ $_.Extension -eq '.json' -and ($_.FullName.Substring($configFileDir.Length + 1) -notmatch '^_.*?[\\\/]')
109
}
110
111
foreach ($packagePropFile in $packageProperties)
0 commit comments