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