File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,7 @@ set DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
15
15
set DOTNET_MULTILEVEL_LOOKUP = 0
16
16
set DOTNET_CLI_HOME = %HELIX_CORRELATION_PAYLOAD% \home
17
17
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
26
19
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% "
27
20
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% "
28
21
You can’t perform that action at this time.
0 commit comments