diff options
Diffstat (limited to 'test/dotnet/install_dotnet_6_focal.sh')
-rw-r--r-- | test/dotnet/install_dotnet_6_focal.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/dotnet/install_dotnet_6_focal.sh b/test/dotnet/install_dotnet_6_focal.sh index 7bef5cc..79954d0 100644 --- a/test/dotnet/install_dotnet_6_focal.sh +++ b/test/dotnet/install_dotnet_6_focal.sh @@ -9,5 +9,8 @@ source dev-container-features-test-lib 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 |