Skip to content

Commit fec180f

Browse files
danieljurekazure-sdk
authored andcommitted
Retain title
1 parent 70f9acb commit fec180f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eng/common/scripts/Helpers/DevOps-WorkItem-Helpers.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,6 +551,7 @@ function CreateOrUpdatePackageWorkItem($lang, $pkg, $verMajorMinor, $existingIte
551551
if ($pkgNewLibrary -ne $existingItem.fields["Custom.PackageTypeNewLibrary"]) { $changedField = "Custom.PackageTypeNewLibrary" }
552552
if ($pkgRepoPath -ne $existingItem.fields["Custom.PackageRepoPath"]) { $changedField = "Custom.PackageRepoPath" }
553553
if ($serviceName -ne $existingItem.fields["Custom.ServiceName"]) { $changedField = "Custom.ServiceName" }
554+
if ($title -ne $existingItem.fields["System.Title"]) { $changedField = "System.Title" }
554555

555556
if ($changedField) {
556557
Write-Host "At least field $changedField ($($existingItem.fields[$changedField])) changed so updating."

0 commit comments

Comments
 (0)