aboutsummaryrefslogtreecommitdiff
path: root/test/dotnet/install_dotnet_6_bullseye.sh
blob: 79954d02cd596698a45408ab439bf2c854df9973 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/bash

set -e

# Optional: Import test library
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]*'"

./assert_build_project.sh
./assert_run_project.sh

# Report result
reportResults