mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-24 10:28:10 +08:00
* Update toolset-10.15.json * Update toolset-11.json * Added Pester test and documentation update for YQ tool. * Change YQ version to full description with URL. * Add YQ to MacOS 12
This commit is contained in:
@@ -542,6 +542,11 @@ function Get-TclTkVersion {
|
||||
return "Tcl/Tk $tcltkVersion"
|
||||
}
|
||||
|
||||
function Get-YqVersion {
|
||||
$yqVersion = Run-Command "yq --version"
|
||||
return "$yqVersion"
|
||||
}
|
||||
|
||||
function Build-PackageManagementEnvironmentTable {
|
||||
return @(
|
||||
@{
|
||||
|
||||
Reference in New Issue
Block a user