We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c0fc14 commit 8387f64Copy full SHA for 8387f64
eng/scripts/Language-Settings.ps1
@@ -49,7 +49,7 @@ function Get-python-AdditionalValidationPackagesFromPackageSet {
49
50
# handle any changes under sdk/<file>.<extension>
51
if ($pathComponents.Length -eq 2 -and $pathComponents[0] -eq "sdk") {
52
- changedServices += "template"
+ $changedServices += "template"
53
}
54
55
foreach ($changedService in $changedServices) {
0 commit comments