[macOS] Set Visual Studio 2022 for Mac by default (#5614)

* Set Visual Studio 2022 for Mac by default

* add isDefault
This commit is contained in:
Aleksandr Chebotov
2022-05-26 17:05:57 +02:00
committed by GitHub
parent bf4c35eee5
commit 1d519b89d7
7 changed files with 62 additions and 33 deletions

View File

@@ -247,12 +247,9 @@ $markdown += Build-WebServersSection
# Xamarin section
$markdown += New-MDHeader "Xamarin" -Level 3
$markdown += New-MDHeader "Visual Studio 2019 for Mac" -Level 4
$markdown += New-MDList -Lines @(Get-VSMac2019Version) -Style Unordered
if ($os.IsMonterey) {
$markdown += New-MDHeader "Visual Studio 2022 for Mac" -Level 4
$markdown += New-MDList -Lines @(Get-VSMac2022Version) -Style Unordered
}
$markdown += New-MDHeader "Visual Studio for Mac" -Level 4
$markdown += Build-VSMacTable | New-MDTable
$markdown += New-MDNewLine
$markdown += New-MDHeader "Xamarin bundles" -Level 4
$markdown += Build-XamarinTable | New-MDTable