aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/dotnet/test.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/dotnet/test.sh b/test/dotnet/test.sh
index ddba7a6..4e8281b 100755
--- a/test/dotnet/test.sh
+++ b/test/dotnet/test.sh
@@ -9,5 +9,8 @@ source dev-container-features-test-lib
check "dotnet" dotnet --info
check "sdks" dotnet --list-sdks
+echo "Validating expected version present..."
+check "some major version of dotnet 6 is installed" dotnet --list-sdks | grep '6\.[0-9]*\.[0-9]*'
+
# Report result
reportResults \ No newline at end of file