mirror of
https://github.com/actions/runner-images.git
synced 2025-12-19 08:22:12 +00:00
.NET 48 change description. (#1132)
* Change .NET software description. * Fix description.
This commit is contained in:
@@ -156,7 +156,6 @@ $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 += "``Type: Developer Pack``"
|
|
||||||
$markdown += "``Location: $path``"
|
$markdown += "``Location: $path``"
|
||||||
$markdown += New-MDNewLine
|
$markdown += New-MDNewLine
|
||||||
$markdown += New-MDList -Lines $versions -Style Unordered
|
$markdown += New-MDList -Lines $versions -Style Unordered
|
||||||
@@ -164,6 +163,8 @@ Get-DotnetRuntimes | Foreach-Object {
|
|||||||
|
|
||||||
$markdown += New-MDHeader ".NET Framework" -Level 3
|
$markdown += New-MDHeader ".NET Framework" -Level 3
|
||||||
$frameworks = Get-DotnetFrameworkTools
|
$frameworks = Get-DotnetFrameworkTools
|
||||||
|
$markdown += "``Type: Developer Pack``"
|
||||||
|
$markdown += New-MDNewLine
|
||||||
$markdown += "``Location $($frameworks.Path)``"
|
$markdown += "``Location $($frameworks.Path)``"
|
||||||
$markdown += New-MDNewLine
|
$markdown += New-MDNewLine
|
||||||
$markdown += New-MDList -Lines $frameworks.Versions -Style Unordered
|
$markdown += New-MDList -Lines $frameworks.Versions -Style Unordered
|
||||||
|
|||||||
Reference in New Issue
Block a user