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 3b63418 commit 2ef39f8Copy full SHA for 2ef39f8
eng/helix/content/runtests.sh
@@ -71,6 +71,9 @@ fi
71
# dontet-install.sh seems to affect the Linux filesystem and causes test flakiness unless we sync the filesystem before running tests
72
sync
73
74
+$DOTNET_ROOT/dotnet --list-sdks
75
+$DOTNET_ROOT/dotnet --list-runtimes
76
+
77
exit_code=0
78
echo "Restore: $DOTNET_ROOT/dotnet restore RunTests/RunTests.csproj --source https://api.nuget.org/v3/index.json --ignore-failed-sources..."
79
$DOTNET_ROOT/dotnet restore RunTests/RunTests.csproj --source https://api.nuget.org/v3/index.json --ignore-failed-sources
0 commit comments