Use $RUNNER_TOOL_CACHE for GitHub images to install Node.js #2

Merged
maxim-lobanov merged 1 commits from v-malob/runner-toolcache into master 2020-04-21 23:21:55 +05:00
maxim-lobanov commented 2020-04-21 22:53:04 +05:00 (Migrated from github.com)

$env:AGENT_TOOLSDIRECTORY is not available on GitHub images. Instead, $env:RUNNER_TOOL_CACHE should be used.

`$env:AGENT_TOOLSDIRECTORY` is not available on GitHub images. Instead, `$env:RUNNER_TOOL_CACHE` should be used.
MaksimZhukov (Migrated from github.com) approved these changes 2020-04-21 23:09:22 +05:00
Sign in to join this conversation.