We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12b837e commit 61815f6Copy full SHA for 61815f6
hack/ci/windows.ps1
@@ -409,7 +409,7 @@ Try {
409
# Redirect to a temporary location.
410
$TEMPORIG=$env:TEMP
411
$env:TEMP="$env:TESTRUN_DRIVE`:\$env:TESTRUN_SUBDIR\CI-$COMMITHASH"
412
- $env:LOCALAPPDATA="$TEMP\localappdata"
+ $env:LOCALAPPDATA="$env:TEMP\localappdata"
413
$errorActionPreference='Stop'
414
New-Item -ItemType Directory "$env:TEMP" -ErrorAction SilentlyContinue | Out-Null
415
New-Item -ItemType Directory "$env:TEMP\userprofile" -ErrorAction SilentlyContinue | Out-Null
0 commit comments