aboutsummaryrefslogtreecommitdiff
path: root/test/dotnet/install_dotnet_7_bullseye.sh
diff options
context:
space:
mode:
authorJP Ungaretti <git@jungaretti.com>2023-03-01 11:15:18 +0300
committerJP Ungaretti <git@jungaretti.com>2023-03-01 11:15:18 +0300
commit85505f18040afbd75e31319de21ee92867c825c7 (patch)
tree930b1b669794ddc7ff2360f431e4a86710fe5455 /test/dotnet/install_dotnet_7_bullseye.sh
parent1a91d3bf13a8d16b3975b119c5603bc563c1890c (diff)
Use project asserts
Diffstat (limited to 'test/dotnet/install_dotnet_7_bullseye.sh')
-rw-r--r--test/dotnet/install_dotnet_7_bullseye.sh3
1 files changed, 3 insertions, 0 deletions
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