features/test/dotnet/install_dotnet_3.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 3 is installed" bash -c "dotnet --list-sdks | grep '3\.[0-9]*\.[0-9]*'"
# Report result
reportResults