mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 05:07:02 +00:00
[macOS] Temporary pin the AzCopy version (#8979)
* Update Software Report to support azcopy output * [macOS] Temporary pin the AzCopy version --------- Co-authored-by: Alexey Ayupov <“alexey.ayupov@akvelon.com”>
This commit is contained in:
@@ -348,7 +348,7 @@ function Get-Aria2Version {
|
||||
}
|
||||
|
||||
function Get-AzcopyVersion {
|
||||
$azcopyVersion = Run-Command "azcopy --version" | Take-Part -Part 2
|
||||
$azcopyVersion = [string]$(Run-Command "azcopy --version") | Take-Part -Part 2
|
||||
return $azcopyVersion
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user