mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-14 05:48:07 +00:00
[Windows] Fix markdown in the software report (#4587)
This commit is contained in:
@@ -310,7 +310,7 @@ function Get-PacmanVersion {
|
||||
$rawVersion = & $pacmanPath --version
|
||||
$rawVersion.Split([System.Environment]::NewLine)[1] -match "\d+\.\d+(\.\d+)?" | Out-Null
|
||||
$pacmanVersion = $matches[0]
|
||||
return "- Pacman $pacmanVersion"
|
||||
return "Pacman $pacmanVersion"
|
||||
}
|
||||
|
||||
function Get-YAMLLintVersion {
|
||||
@@ -319,7 +319,7 @@ function Get-YAMLLintVersion {
|
||||
|
||||
function Get-BizTalkVersion {
|
||||
$bizTalkReg = Get-ItemProperty "HKLM:\SOFTWARE\WOW6432Node\Microsoft\BizTalk Server\3.0"
|
||||
return "- $($bizTalkReg.ProductName) $($bizTalkReg.ProductVersion) "
|
||||
return "$($bizTalkReg.ProductName) $($bizTalkReg.ProductVersion)"
|
||||
}
|
||||
|
||||
function Get-PipxVersion {
|
||||
|
||||
Reference in New Issue
Block a user