You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: eng/common/scripts/Update-DocsMsToc.ps1
+6-22Lines changed: 6 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -90,17 +90,6 @@ function GetPackageLookup($packageList) {
90
90
Write-Host"Found more than one package entry for $($pkg.Package) selecting the first non-hidden one."
91
91
}
92
92
}
93
-
94
-
if ($pkg.PSObject.Members.Name-contains"GroupId"-and ($pkg.New-eq"true") -and$pkg.Package) {
95
-
$pkgKey=$pkg.Package
96
-
if (!$packageLookup.ContainsKey($pkgKey)) {
97
-
$packageLookup[$pkgKey] =$pkg
98
-
}
99
-
else {
100
-
$packageValue=$packageLookup[$pkgKey]
101
-
Write-Host"Found more than one package entry for $($packageValue.Package) selecting the first one with groupId $($packageValue.GroupId), skipping $($pkg.GroupId)"
0 commit comments