From 00f0c506f768df6e47cbc99960984c3198bd913c Mon Sep 17 00:00:00 2001 From: JP Ungaretti Date: Tue, 28 Feb 2023 01:41:48 +0000 Subject: Clean up installer script --- test/dotnet/test.sh | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'test/dotnet') diff --git a/test/dotnet/test.sh b/test/dotnet/test.sh index 74c71bd..5bbcd74 100755 --- a/test/dotnet/test.sh +++ b/test/dotnet/test.sh @@ -2,10 +2,10 @@ set -e -# Optional: Import test library +# Import test library source dev-container-features-test-lib -# Definition specific tests +# Make sure .NET is installed check "info" dotnet --info check "list-sdks" dotnet --list-sdks check "version" dotnet --version @@ -14,9 +14,5 @@ check "version" dotnet --version check "current link info" /usr/local/dotnet/current/dotnet --info check "current link sdk directory" ls -l /usr/local/dotnet/current/sdk -# TODO: Installer script defaults to .NET 6 as that's LTS. Update this test or remove it. -# echo "Validating expected version present..." -# check "some major version of dotnet 7 is installed" bash -c "dotnet --version | grep '7\.[0-9]*\.[0-9]*'" - # Report result reportResults -- cgit v1.2.3