mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 22:05:17 +00:00
[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:
committed by
GitHub
parent
bf4c35eee5
commit
1d519b89d7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user