c1ce660 ^
1 2 3 4 5 6 7 8 9
#!/bin/bash set -e source dev-container-features-test-lib pushd example_project check "dotnet restore" dotnet restore check "dotnet build" dotnet build