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 da7bb32 commit bbc53c5Copy full SHA for bbc53c5
build/scripts/build.psm1
@@ -125,7 +125,7 @@ function FindComponentOwners {
125
{
126
$projectName = [System.IO.Path]::GetFileName($projectDir)
127
128
- $match = [regex]::Match($componentOwnersContent, "src\/$projectName\/:([\w\W\s]*?)src")
+ $match = [regex]::Match($componentOwnersContent, "src\/$projectName\/:([\w\W\s]*?)(src|test)")
129
if ($match.Success -eq $true)
130
131
$matches = [regex]::Matches($match.Groups[1].Value, "-\s*(.*)")
0 commit comments