Add missing reportResults

This commit is contained in:
JP Ungaretti 2023-03-01 17:20:17 +00:00
parent c1ce660cac
commit 387dc5346e
2 changed files with 4 additions and 0 deletions

View file

@ -7,3 +7,5 @@ source dev-container-features-test-lib
pushd example_project
check "dotnet restore" dotnet restore
check "dotnet build" dotnet build
reportResults

View file

@ -6,3 +6,5 @@ source dev-container-features-test-lib
pushd example_project
check "dotnet run" bash -c "dotnet run | grep 'Inception'"
reportResults