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 37ccf33 commit 4ba692bCopy full SHA for 4ba692b
eng/scripts/Get-NetPackageInfo.ps1
@@ -53,6 +53,7 @@ foreach ($serviceDirectory in (Join-Path $SdkRoot 'sdk' -Resolve | Get-ChildItem
53
}
54
55
[pscustomobject] @{
56
+ ServiceDirectory = $serviceDirectory.BaseName.ToLowerInvariant()
57
Name = $packageName
58
Description = $description
59
Exists = $exists
0 commit comments