mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-24 10:28:10 +08:00
xcode-tools
This commit is contained in:
@@ -13,6 +13,10 @@ Describe "Xcode" {
|
||||
(Get-CommandResult "xcodebuild -version").Output | Should -BeLike "Xcode $DEFAULT_XCODE*"
|
||||
}
|
||||
|
||||
It "Xcode.app points to default Xcode" {
|
||||
|
||||
}
|
||||
|
||||
# Cut "_beta" postfix for test cases
|
||||
$testCases = $XCODE_VERSIONS | ForEach-Object { @{XcodeVersion = $_.Split("_")[0] } }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user