features/test/dotnet/build_dotnet_7.sh

12 lines
170 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 restore" dotnet restore
check "dotnet build" dotnet build
2023-03-01 20:20:17 +03:00
reportResults