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