Skip to content

Commit

Permalink
resolve issue with language-settings handling additional service chan…
Browse files Browse the repository at this point in the history
…ges (Azure#38216)
  • Loading branch information
scbedd authored and allenkim0129 committed Nov 5, 2024
1 parent e73ed33 commit deaabd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/scripts/Language-Settings.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function Get-python-AdditionalValidationPackagesFromPackageSet {

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

0 comments on commit deaabd2

Please sign in to comment.