mirror of
https://github.com/actions/runner-images.git
synced 2026-01-06 18:19:54 +08:00
[macOS] Add VSForMac 2022 Preview (#5561)
This commit is contained in:
committed by
GitHub
parent
536cfa24b0
commit
82d69fd301
@@ -85,6 +85,13 @@ Describe "VSMac" {
|
||||
$vsPath | Should -Exist
|
||||
$vstoolPath | Should -Exist
|
||||
}
|
||||
|
||||
It "VS4Mac Preview is installed" -Skip:(-not $os.IsMonterey) {
|
||||
$vsPath = "/Applications/Visual Studio Preview.app"
|
||||
$vstoolPath = Join-Path $vsPath "Contents/MacOS/vstool"
|
||||
$vsPath | Should -Exist
|
||||
$vstoolPath | Should -Exist
|
||||
}
|
||||
}
|
||||
|
||||
Describe "Swig" {
|
||||
|
||||
Reference in New Issue
Block a user