Skip to content

Commit 3b63418

Browse files
authored
Update runtests.cmd
1 parent 39b2719 commit 3b63418

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

eng/helix/content/runtests.cmd

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ set DOTNET_CLI_HOME=%HELIX_CORRELATION_PAYLOAD%\home
2525
set PATH=%DOTNET_ROOT%;!PATH!;%HELIX_CORRELATION_PAYLOAD%\node\bin
2626
echo Set path to: %PATH%
2727
echo "Invoking InstallDotNet.ps1 %$arch% %$sdkVersion% %$runtimeVersion% %DOTNET_ROOT%"
28-
powershell.exe -NoProfile -ExecutionPolicy unrestricted -file InstallDotNet.ps1 %$arch% %$sdkVersion% %$runtimeVersion% %DOTNET_ROOT%
28+
powershell.exe -NoProfile -ExecutionPolicy unrestricted -file InstallDotNet.ps1 %$arch% %$runtimeVersion% %DOTNET_ROOT%
29+
30+
dotnet --list-sdks
31+
dotnet --list-runtimes
2932

3033
set exit_code=0
3134
echo "Restore: dotnet restore RunTests\RunTests.csproj --source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json --ignore-failed-sources..."

0 commit comments

Comments
 (0)