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 @@ -16,14 +16,7 @@ set DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
16
16
set DOTNET_MULTILEVEL_LOOKUP = 0
17
17
set DOTNET_CLI_HOME = %HELIX_CORRELATION_PAYLOAD% \home
18
18
19
- set PATH = %DOTNET_ROOT% ;%PATH% ;%HELIX_CORRELATION_PAYLOAD% \node\bin;.\jdk\bin
20
-
21
- echo " Java?"
22
- java
23
- echo " Java 2?"
24
- jdk\bin\java
25
-
26
-
19
+ set PATH = %DOTNET_ROOT% ;%PATH% ;%HELIX_CORRELATION_PAYLOAD% \node\bin
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% -Version %sdkVersion% -InstallDir %DOTNET_ROOT% "
28
21
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% "
29
22
You can’t perform that action at this time.
0 commit comments