Skip to content

Commit 32de7f1

Browse files
raych1azure-sdk
authored andcommitted
Removed the condition check for Group
1 parent 041e8e1 commit 32de7f1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -529,8 +529,6 @@ function CreateOrUpdatePackageWorkItem($lang, $pkg, $verMajorMinor, $existingIte
529529
# PackageProp object uses Group, while other places use GroupId, such as in work item fields and package csv files.
530530
$pkgGroupId = if ($pkg.PSObject.Properties.Name -contains "GroupId") {
531531
$pkg.GroupId
532-
} elseif ($pkg.PSObject.Properties.Name -contains "Group") {
533-
$pkg.Group
534532
} else {
535533
$null
536534
}

0 commit comments

Comments
 (0)