[Windows] Add Service Fabric SDK to Software Report (#4563)

This commit is contained in:
Nikolay Frolov
2021-11-23 21:01:37 +03:00
committed by GitHub
parent 0c030e3e07
commit 870d8506f2
3 changed files with 11 additions and 1 deletions

View File

@@ -120,7 +120,8 @@ $toolsList = @(
)
if ((Test-IsWin16) -or (Test-IsWin19)) {
$toolsList += @(
(Get-GoogleCloudSDKVersion)
(Get-GoogleCloudSDKVersion),
(Get-ServiceFabricSDKVersion)
)
}
$markdown += New-MDList -Style Unordered -Lines ($toolsList | Sort-Object)