mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
fix vswhere version output
This commit is contained in:
@@ -15,7 +15,7 @@ else
|
||||
|
||||
# Adding description of the software to Markdown
|
||||
$SoftwareName = "VSWhere"
|
||||
$VswhereVersion = $(vswhere)
|
||||
$VswhereVersion = (Get-Command -Name vswhere).FileVersionInfo.ProductVersion
|
||||
|
||||
$Description = @"
|
||||
_Version_: $VswhereVersion<br/>
|
||||
|
||||
Reference in New Issue
Block a user