mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 12:48:18 +00:00
Change .NET software description. (#1078)
This commit is contained in:
@@ -155,7 +155,8 @@ $markdown += New-MDHeader ".NET Core Runtime" -Level 3
|
||||
Get-DotnetRuntimes | Foreach-Object {
|
||||
$path = $_.Path
|
||||
$versions = $_.Versions
|
||||
$markdown += "``Location $path``"
|
||||
$markdown += "``Type: Developer Pack``"
|
||||
$markdown += "``Location: $path``"
|
||||
$markdown += New-MDNewLine
|
||||
$markdown += New-MDList -Lines $versions -Style Unordered
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user