We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfa66cc commit 20117a2Copy full SHA for 20117a2
eng/helix/content/runtests.cmd
@@ -18,7 +18,7 @@ set DOTNET_MULTILEVEL_LOOKUP=0
18
set DOTNET_CLI_HOME=%HELIX_CORRELATION_PAYLOAD%\home
19
20
set "PATH=%DOTNET_ROOT%;%PATH%;%HELIX_CORRELATION_PAYLOAD%\node\bin"
21
-
+echo Set path to: %PATH%
22
echo "Installing SDK"
23
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%"
24
echo "Installing Runtime"
0 commit comments