[macOS] Add VSForMac 2022 Preview (#5561)

This commit is contained in:
Aleksandr Chebotov
2022-05-18 16:49:37 +02:00
committed by GitHub
parent 536cfa24b0
commit 82d69fd301
5 changed files with 60 additions and 24 deletions

View File

@@ -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" {