features/test/dotnet/install_dotnet_7_bullseye.sh
2023-03-01 07:53:55 +00:00

14 lines
243 B
Bash

#!/bin/bash
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