mirror of
https://github.com/actions/runner-images.git
synced 2025-12-17 23:28:57 +00:00
[Windows] Add Windows 2025 code (#11037)
This commit is contained in:
@@ -314,3 +314,7 @@ function Get-ImageMagickVersion {
|
||||
$magickVersion = $Matches.Version
|
||||
return $magickVersion
|
||||
}
|
||||
|
||||
function Get-MongoshVersion {
|
||||
return $(mongosh --version)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user