diff options
Diffstat (limited to 'test/dotnet/install_dotnet_6_bullseye.sh')
-rw-r--r-- | test/dotnet/install_dotnet_6_bullseye.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/dotnet/install_dotnet_6_bullseye.sh b/test/dotnet/install_dotnet_6_bullseye.sh index 7bef5cc..e583374 100644 --- a/test/dotnet/install_dotnet_6_bullseye.sh +++ b/test/dotnet/install_dotnet_6_bullseye.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 6 is installed" bash -c "dotnet --list-sdks | grep '6\.[0-9]*\.[0-9]*'" -# Report result reportResults |