features/test/dotnet/build_dotnet_7.sh
2023-03-01 08:29:45 +00:00

10 lines
155 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