aboutsummaryrefslogtreecommitdiff
path: root/test/dotnet/install_dotnet_3.sh
blob: 109e1181756ec56edf1300f285a163b508cb580a (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 3 is installed" bash -c "dotnet --list-sdks | grep '3\.[0-9]*\.[0-9]*'"

./assert_build_project.sh
./assert_run_project.sh

# Report result
reportResults