Skip to content

Commit c287f9d

Browse files
committed
Set DOTNET_HOME to dotnet_root
1 parent 0ea9cc6 commit c287f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/helix/content/runtests.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ REM Batch only supports up to 9 arguments using the %# syntax, need to shift to
1616
shift
1717
set $helixTimeout=%9
1818

19-
set DOTNET_HOME=%HELIX_CORRELATION_PAYLOAD%\sdk
2019
set DOTNET_ROOT=%HELIX_CORRELATION_PAYLOAD%\dotnet
20+
set DOTNET_HOME=%DOTNET_ROOT%
2121
set DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
2222
set DOTNET_MULTILEVEL_LOOKUP=0
2323
set DOTNET_CLI_HOME=%HELIX_CORRELATION_PAYLOAD%\home

0 commit comments

Comments
 (0)