Skip to content

Commit 8387f64

Browse files
authored
resolve issue with language-settings handling additional service changes (#38216)
1 parent 8c0fc14 commit 8387f64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/scripts/Language-Settings.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function Get-python-AdditionalValidationPackagesFromPackageSet {
4949

5050
# handle any changes under sdk/<file>.<extension>
5151
if ($pathComponents.Length -eq 2 -and $pathComponents[0] -eq "sdk") {
52-
changedServices += "template"
52+
$changedServices += "template"
5353
}
5454
}
5555
foreach ($changedService in $changedServices) {

0 commit comments

Comments
 (0)