aboutsummaryrefslogblamecommitdiff
path: root/test/dotnet/build_dotnet_7.sh
blob: 11c575b1e2bf57ad5ccb3c62664a815dc8120893 (plain) (tree)
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