Support Linux environment (#6410)
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
This commit is contained in:
parent
6d3bd4cc0d
commit
07cc2b19cd
@ -105,7 +105,7 @@ $responses = @{}
|
||||
|
||||
$packageProperties = Get-ChildItem -Recurse -Force "$configFileDir" `
|
||||
| Where-Object {
|
||||
$_.Extension -eq '.json' -and ($_.FullName.Substring($configFileDir.Length + 1) -notmatch '^_.*?\\')
|
||||
$_.Extension -eq '.json' -and ($_.FullName.Substring($configFileDir.Length + 1) -notmatch '^_.*?[\\\/]')
|
||||
}
|
||||
|
||||
foreach ($packagePropFile in $packageProperties)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user