mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-24 02:18:40 +08:00
[Windows] Update helper name to Expand-7ZipArchive (#8875)
* [Windows] Update helper name to Expand-7ZipArchive * Fix typo
This commit is contained in:
committed by
GitHub
parent
64d5d2c1f4
commit
6efbc46fc7
@@ -39,7 +39,7 @@ Export-ModuleMember -Function @(
|
||||
'Send-RequestToCocolateyPackages'
|
||||
'Resolve-ChocoPackageVersion'
|
||||
'Get-GitHubPackageDownloadUrl'
|
||||
'Extract-7Zip'
|
||||
'Expand-7ZipArchive'
|
||||
'Invoke-SBWithRetry'
|
||||
'Get-VsCatalogJsonPath'
|
||||
'Install-AndroidSDKPackages'
|
||||
|
||||
@@ -489,7 +489,7 @@ function Test-IsWin19
|
||||
(Get-WinVersion) -match "2019"
|
||||
}
|
||||
|
||||
function Extract-7Zip {
|
||||
function Expand-7ZipArchive {
|
||||
Param
|
||||
(
|
||||
[Parameter(Mandatory=$true)]
|
||||
|
||||
Reference in New Issue
Block a user