Skip to content

Commit ee1c9a6

Browse files
authored
See if java exists
1 parent dd91aee commit ee1c9a6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

eng/helix/content/runtests.cmd

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ set DOTNET_CLI_HOME=%HELIX_CORRELATION_PAYLOAD%\home
1717

1818
set PATH=%DOTNET_ROOT%;%PATH%;%HELIX_CORRELATION_PAYLOAD%\node\bin;.\jdk\bin
1919

20+
echo "Java?"
21+
java
22+
echo "Java 2?"
23+
jdk\bin\java
24+
25+
2026
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%"
2127
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%"
2228

0 commit comments

Comments
 (0)