Toolcache: fix typos in windows toolcache provisioners

This commit is contained in:
Maksim Petrov
2019-12-30 14:51:09 +03:00
parent 6aa21f425e
commit d1ed5029b5
2 changed files with 4 additions and 5 deletions

View File

@@ -29,8 +29,7 @@ $ToolsDirectory = $Dest + $Path
$env:AGENT_TOOLSDIRECTORY = $ToolsDirectory
setx AGENT_TOOLSDIRECTORY $ToolsDirectory /M
# Install tools form NPM
# Install HostedToolCache tools via NPM
$ToolVersionsFileContent = Get-Content -Path "$env:ROOT_FOLDER/toolcache.json" -Raw
$ToolVersions = ConvertFrom-Json -InputObject $ToolVersionsFileContent