mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 20:56:47 +00:00
[Windows] win: add validation InstalledSoftware.md and testResults.xml files (#3960)
* win: add validation InstalledSoftware.md file
This commit is contained in:
committed by
GitHub
parent
ca51829236
commit
5aa96839a8
@@ -439,7 +439,7 @@ function Get-AndroidPackages {
|
||||
[string]$AndroidSDKManagerPath
|
||||
)
|
||||
|
||||
return (& $AndroidSDKManagerPath --list --verbose).Trim() | Foreach-Object { $_.Split()[0] } | Where-Object {$_}
|
||||
return (cmd /c "$AndroidSDKManagerPath --list --verbose 2>&1").Trim() | Foreach-Object { $_.Split()[0] } | Where-Object {$_}
|
||||
}
|
||||
|
||||
function Get-AndroidPackagesByName {
|
||||
|
||||
Reference in New Issue
Block a user