[Ubuntu, Windows] Add RUNNER_TOOL_CACHE environment variable (#10780)

This commit is contained in:
Alexey-Ayupov
2024-10-15 12:18:57 +02:00
committed by GitHub
parent c6ea5e3564
commit 499aa8a821
2 changed files with 2 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ $variables = @{
"ImageVersion" = $env:IMAGE_VERSION
"ImageOS" = $env:IMAGE_OS
"AGENT_TOOLSDIRECTORY" = $env:AGENT_TOOLSDIRECTORY
"RUNNER_TOOL_CACHE" = $env:AGENT_TOOLSDIRECTORY
}
$variables.GetEnumerator() | ForEach-Object {