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 8e95764 commit e6d9086Copy full SHA for e6d9086
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