mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 12:48:18 +00:00
[Windows] Add Service Fabric SDK to Software Report (#4563)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user