aboutsummaryrefslogtreecommitdiff
path: root/test/dotnet/install_dotnet_6_bullseye.sh
blob: e5833744ea8863839bc7650d6a0ad55111765c8e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

set -e

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]*'"

reportResults