diff --git a/images/win/scripts/Installers/Download-ToolCache.ps1 b/images/win/scripts/Installers/Download-ToolCache.ps1 index 967046d09..eef9f7d96 100644 --- a/images/win/scripts/Installers/Download-ToolCache.ps1 +++ b/images/win/scripts/Installers/Download-ToolCache.ps1 @@ -20,19 +20,6 @@ Function Install-NpmPackage { npm install $Name --registry=$NpmRegistry } -Function InstallTool { - [CmdletBinding()] - param( - [System.IO.FileInfo]$ExecutablePath - ) - - Set-Location -Path $ExecutablePath.DirectoryName -PassThru | Write-Host - if (Test-Path 'tool.zip') { - Expand-Archive 'tool.zip' -DestinationPath '.' - } - cmd.exe /c 'install_to_tools_cache.bat' -} - # HostedToolCache Path $Dest = "C:/" $Path = "hostedtoolcache/windows"