mirror of
https://github.com/actions/runner-images.git
synced 2025-12-18 15:57:17 +00:00
цц
This commit is contained in:
@@ -4,7 +4,7 @@ param (
|
||||
$ImageName
|
||||
)
|
||||
|
||||
$ErrorActionPreference = "Stop"
|
||||
$ErrorActionPreference = "Continue"
|
||||
|
||||
Import-Module MarkdownPS
|
||||
Import-Module "$PSScriptRoot/SoftwareReport.Common.psm1" -DisableNameChecking
|
||||
|
||||
@@ -48,7 +48,7 @@ function Get-XcodeInfoList {
|
||||
|
||||
$xcodeInfo.Add($xcodeRootPath, [PSCustomObject] @{
|
||||
VersionInfo = $versionInfo
|
||||
SDKInfo = Get-XcodeSDKList
|
||||
SDKInfo = Get-XcodeSDKList -XcodeRootPath $xcodeRootPath
|
||||
SimulatorsInfo = Get-XcodeSimulatorsInfo
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user