Skip to content

Commit d883e63

Browse files
committed
Add current directory to path for node
1 parent 88d4dbd commit d883e63

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
@@ -21,7 +21,7 @@ set DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
2121
set DOTNET_MULTILEVEL_LOOKUP=0
2222
set DOTNET_CLI_HOME=%CD%\home%random%
2323

24-
set "PATH=%DOTNET_ROOT%;%PATH%;%HELIX_CORRELATION_PAYLOAD%\node\bin"
24+
set "PATH=%DOTNET_ROOT%;%PATH%;%CD%\node"
2525
echo Set path to: "%PATH%"
2626
echo.
2727

0 commit comments

Comments
 (0)