mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
fix SW report regarding VS for macOS (#5727)
This commit is contained in:
@@ -244,13 +244,13 @@ $markdown += New-MDHeader "Xamarin" -Level 3
|
|||||||
$markdown += New-MDHeader "Visual Studio for Mac" -Level 4
|
$markdown += New-MDHeader "Visual Studio for Mac" -Level 4
|
||||||
$markdown += Build-VSMacTable | New-MDTable
|
$markdown += Build-VSMacTable | New-MDTable
|
||||||
$markdown += New-MDNewLine
|
$markdown += New-MDNewLine
|
||||||
if (-not $os.Catalina) {
|
if (-not $os.IsCatalina) {
|
||||||
$markdown += New-MDHeader "Notes:" -Level 5
|
$markdown += New-MDHeader "Notes:" -Level 5
|
||||||
$reportVS = @'
|
$reportVS = @'
|
||||||
```
|
```
|
||||||
To use Visual Studio 2019 by default rename the app:
|
To use Visual Studio 2019 by default rename the app:
|
||||||
mv "/Applications/Visual Studio.app" "/Applications/Visual Studio 2022.app"
|
mv '/Applications/Visual Studio.app' '/Applications/Visual Studio 2022.app'
|
||||||
mv "/Applications/Visual Studio 2019.app" "/Applications/Visual Studio.app"
|
mv '/Applications/Visual Studio 2019.app' '/Applications/Visual Studio.app'
|
||||||
```
|
```
|
||||||
'@
|
'@
|
||||||
$markdown += New-MDParagraph -Lines $reportVS
|
$markdown += New-MDParagraph -Lines $reportVS
|
||||||
|
|||||||
Reference in New Issue
Block a user