mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 22:05:17 +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 {
|
Get-DotnetRuntimes | Foreach-Object {
|
||||||
$path = $_.Path
|
$path = $_.Path
|
||||||
$versions = $_.Versions
|
$versions = $_.Versions
|
||||||
$markdown += "``Location $path``"
|
$markdown += "``Type: Developer Pack``"
|
||||||
|
$markdown += "``Location: $path``"
|
||||||
$markdown += New-MDNewLine
|
$markdown += New-MDNewLine
|
||||||
$markdown += New-MDList -Lines $versions -Style Unordered
|
$markdown += New-MDList -Lines $versions -Style Unordered
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user