We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7541f9b commit 2f7d742Copy full SHA for 2f7d742
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