From 5bb6f303a1e23eeac37061a8025c5f04ce1eff86 Mon Sep 17 00:00:00 2001 From: JP Ungaretti Date: Wed, 1 Mar 2023 17:22:14 +0000 Subject: Finishing touches --- test/dotnet/install_dotnet_3.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/dotnet/install_dotnet_3.sh') 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 -- cgit v1.2.3