From 85505f18040afbd75e31319de21ee92867c825c7 Mon Sep 17 00:00:00 2001 From: JP Ungaretti Date: Wed, 1 Mar 2023 08:15:18 +0000 Subject: Use project asserts --- test/dotnet/install_dotnet_7_bullseye.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/dotnet/install_dotnet_7_bullseye.sh') diff --git a/test/dotnet/install_dotnet_7_bullseye.sh b/test/dotnet/install_dotnet_7_bullseye.sh index 3f5b785..12b1f85 100644 --- a/test/dotnet/install_dotnet_7_bullseye.sh +++ b/test/dotnet/install_dotnet_7_bullseye.sh @@ -9,5 +9,8 @@ source dev-container-features-test-lib check "some major version of dotnet 7 is installed" bash -c "dotnet --list-sdks | grep '7\.[0-9]*\.[0-9]*'" +./assert_build_project.sh +./assert_run_project.sh + # Report result reportResults -- cgit v1.2.3