Skip to content

Commit 2ef39f8

Browse files
authored
Update runtests.sh
1 parent 3b63418 commit 2ef39f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

eng/helix/content/runtests.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ fi
7171
# dontet-install.sh seems to affect the Linux filesystem and causes test flakiness unless we sync the filesystem before running tests
7272
sync
7373

74+
$DOTNET_ROOT/dotnet --list-sdks
75+
$DOTNET_ROOT/dotnet --list-runtimes
76+
7477
exit_code=0
7578
echo "Restore: $DOTNET_ROOT/dotnet restore RunTests/RunTests.csproj --source https://api.nuget.org/v3/index.json --ignore-failed-sources..."
7679
$DOTNET_ROOT/dotnet restore RunTests/RunTests.csproj --source https://api.nuget.org/v3/index.json --ignore-failed-sources

0 commit comments

Comments
 (0)