We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b0dc1b commit b72182aCopy full SHA for b72182a
1 file changed
eng/scripts/Get-TypeSpec-Folders.ps1
@@ -28,7 +28,7 @@ else {
28
$typespecFolders = @()
29
$skippedTypespecFolders = @()
30
foreach ($file in $changedFiles) {
31
- if ($file -match 'specification(\/[^\/]*\/)+') {
+ if ($file -match 'specification(\/[^\/]*\/)*') {
32
$path = "$repoPath/$($matches[0])"
33
if (Test-Path $path) {
34
Write-Verbose "Checking for tspconfig files under $path"
0 commit comments