features/test/dotnet/run_dotnet_7.sh

9 lines
142 B
Bash
Raw Normal View History

2023-03-01 11:29:45 +03:00
#!/bin/bash
set -e
source dev-container-features-test-lib
pushd example_project
check "dotnet run" bash -c "dotnet run | grep 'Inception'"