features/test/dotnet/install_dotnet_3.sh

12 lines
195 B
Bash
Raw Normal View History

#!/bin/bash
set -e
source dev-container-features-test-lib
2023-03-01 10:39:09 +03:00
./test.sh
2023-03-01 10:39:09 +03:00
check "some major version of dotnet 3 is installed" bash -c "dotnet --list-sdks | grep '3\.[0-9]*\.[0-9]*'"
reportResults