diff options
Diffstat (limited to 'test/dotnet/install_dotnet_3.sh')
-rw-r--r-- | test/dotnet/install_dotnet_3.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/dotnet/install_dotnet_3.sh b/test/dotnet/install_dotnet_3.sh index 077b8dc..5954876 100644 --- a/test/dotnet/install_dotnet_3.sh +++ b/test/dotnet/install_dotnet_3.sh @@ -2,12 +2,10 @@ set -e -# Optional: Import test library source dev-container-features-test-lib ./test.sh check "some major version of dotnet 3 is installed" bash -c "dotnet --list-sdks | grep '3\.[0-9]*\.[0-9]*'" -# Report result reportResults |