Skip to content

Commit 18d82b4

Browse files
committed
Fix path
1 parent 7778558 commit 18d82b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/helix/vstest/runtests.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ powershell.exe -NoProfile -ExecutionPolicy unrestricted -Command "[Net.ServicePo
55
powershell.exe -NoProfile -ExecutionPolicy unrestricted -Command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; &([scriptblock]::Create((Invoke-WebRequest -useb 'https://dot.net/v1/dotnet-install.ps1'))) -Runtime dotnet -Version %runtimeVersion% -InstallDir %HELIX_CORRELATION_PAYLOAD%\sdk"
66
set DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
77
set DOTNET_ROOT=%HELIX_CORRELATION_PAYLOAD%/sdk
8-
set PATH=$DOTNET_ROOT:$PATH
8+
set PATH=%DOTNET_ROOT%;%PATH%
99
set DOTNET_MULTILEVEL_LOOKUP=0
1010
set DOTNET_CLI_HOME=%HELIX_CORRELATION_PAYLOAD%/home
1111
set helix=true

0 commit comments

Comments
 (0)