Skip to content

Commit 85719d2

Browse files
authored
Update runtests.cmd
1 parent 1912c66 commit 85719d2

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

eng/helix/content/runtests.cmd

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,7 @@ set DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
1515
set DOTNET_MULTILEVEL_LOOKUP=0
1616
set DOTNET_CLI_HOME=%HELIX_CORRELATION_PAYLOAD%\home
1717

18-
set PATH=%DOTNET_ROOT%;%PATH%;%HELIX_CORRELATION_PAYLOAD%\node\bin;.\jdk\bin
19-
20-
echo "Java?"
21-
java
22-
echo "Java 2?"
23-
jdk\bin\java
24-
25-
18+
set PATH=%DOTNET_ROOT%;%PATH%;%HELIX_CORRELATION_PAYLOAD%\node\bin
2619
powershell.exe -NoProfile -ExecutionPolicy unrestricted -Command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; &([scriptblock]::Create((Invoke-WebRequest -useb 'https://dot.net/v1/dotnet-install.ps1'))) -Architecture %arch% -Version %sdkVersion% -InstallDir %DOTNET_ROOT%"
2720
powershell.exe -NoProfile -ExecutionPolicy unrestricted -Command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; &([scriptblock]::Create((Invoke-WebRequest -useb 'https://dot.net/v1/dotnet-install.ps1'))) -Architecture %arch% -Runtime dotnet -Version %runtimeVersion% -InstallDir %DOTNET_ROOT%"
2821

0 commit comments

Comments
 (0)