We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2c3df8 commit 0674955Copy full SHA for 0674955
eng/common/scripts/Validate-All-Packages.ps1
@@ -199,8 +199,6 @@ function ProcessPackage($packageInfo)
199
Write-Host "Package name before checking groupId: $fullPackageName"
200
if ($packageInfo.PSObject.Members.Name -contains "Group") {
201
$groupId = $packageInfo.Group
202
- Write-Host "groupId: $groupId"
203
- Write-Host "artifactname: $($packageInfo.ArtifactName)"
204
if ($groupId){
205
$fullPackageName = "${groupId}:$($packageInfo.ArtifactName)"
206
}
0 commit comments