Skip to content

Commit 20117a2

Browse files
committed
Update runtests.cmd
1 parent cfa66cc commit 20117a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/helix/content/runtests.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set DOTNET_MULTILEVEL_LOOKUP=0
1818
set DOTNET_CLI_HOME=%HELIX_CORRELATION_PAYLOAD%\home
1919

2020
set "PATH=%DOTNET_ROOT%;%PATH%;%HELIX_CORRELATION_PAYLOAD%\node\bin"
21-
21+
echo Set path to: %PATH%
2222
echo "Installing SDK"
2323
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%"
2424
echo "Installing Runtime"

0 commit comments

Comments
 (0)