From edfabc9b63f69299182e4391e47bf43f49a9fb76 Mon Sep 17 00:00:00 2001 From: Olli Janatuinen Date: Wed, 22 May 2019 15:54:01 +0300 Subject: [PATCH] Windows CI - Corrected LOCALAPPDATA location Signed-off-by: Olli Janatuinen (cherry picked from commit 61815f676391ca24bbbdf3cebcb47cefad404035) Signed-off-by: Sebastiaan van Stijn Upstream-commit: d0beadc90cc797d9a05d29b880a3c8ece5f8bca8 Component: engine --- components/engine/hack/ci/windows.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/hack/ci/windows.ps1 b/components/engine/hack/ci/windows.ps1 index c2c937f4cb..8f8b9192bd 100644 --- a/components/engine/hack/ci/windows.ps1 +++ b/components/engine/hack/ci/windows.ps1 @@ -409,7 +409,7 @@ Try { # Redirect to a temporary location. $TEMPORIG=$env:TEMP $env:TEMP="$env:TESTRUN_DRIVE`:\$env:TESTRUN_SUBDIR\CI-$COMMITHASH" - $env:LOCALAPPDATA="$TEMP\localappdata" + $env:LOCALAPPDATA="$env:TEMP\localappdata" $errorActionPreference='Stop' New-Item -ItemType Directory "$env:TEMP" -ErrorAction SilentlyContinue | Out-Null New-Item -ItemType Directory "$env:TEMP\userprofile" -ErrorAction SilentlyContinue | Out-Null