File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,11 @@ set DOTNET_CLI_HOME=%HELIX_CORRELATION_PAYLOAD%\home
18
18
19
19
set PATH = %DOTNET_ROOT% ;%PATH% ;%HELIX_CORRELATION_PAYLOAD% \node\bin
20
20
21
+ echo " Installing SDK"
21
22
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% "
23
+ echo " Installing Runtime"
22
24
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% "
23
-
25
+ echo " Checking for Microsoft.AspNetCore.App "
24
26
if EXIST " .\Microsoft.AspNetCore.App" (
25
27
echo " Found Microsoft.AspNetCore.App, copying to %DOTNET_ROOT% \shared\Microsoft.AspNetCore.App\%runtimeVersion% "
26
28
xcopy /i /y " .\Microsoft.AspNetCore.App" %DOTNET_ROOT% \shared\Microsoft.AspNetCore.App\%runtimeVersion% \
You can’t perform that action at this time.
0 commit comments