mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
Cleanup old markdown documenation approach (#979)
This commit is contained in:
committed by
GitHub
parent
8c8f384a61
commit
43e26fa96b
@@ -5,7 +5,7 @@
|
||||
|
||||
az devops -h
|
||||
|
||||
if($LastExitCode -ne 0)
|
||||
if ($LastExitCode -ne 0)
|
||||
{
|
||||
Write-Error "Azure DevOps Cli extension not present"
|
||||
exit 1
|
||||
@@ -15,10 +15,3 @@ else
|
||||
Write-Host "Azure DevOps Cli extension is present"
|
||||
}
|
||||
|
||||
$azDevopsVer = az -v | findstr azure-devops
|
||||
|
||||
$Description = @"
|
||||
_Version:_ $azDevopsVer
|
||||
"@
|
||||
|
||||
Add-SoftwareDetailsToMarkdown -SoftwareName 'Azure DevOps Cli extension' -DescriptionMarkdown $Description
|
||||
|
||||
Reference in New Issue
Block a user