Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
identified a bug
  • Loading branch information
scbedd committed Oct 31, 2024
commit 5379cb65068ebf04dfefd51badde0daf84a510d7
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