features/test/dotnet/build_dotnet_7.sh
2023-03-01 17:20:17 +00:00

12 lines
170 B
Bash

#!/bin/bash
set -e
source dev-container-features-test-lib
pushd example_project
check "dotnet restore" dotnet restore
check "dotnet build" dotnet build
reportResults