aboutsummaryrefslogblamecommitdiff
path: root/test/dotnet/build_dotnet_7.sh
blob: 813282c21fc9fcc0efc6be8e025b571ad7f9ee53 (plain) (tree)
1
2
3
4
5
6
7
8





                                      

                                           


                                     

             
#!/bin/bash

set -e

source dev-container-features-test-lib

check "non-root user" test "$(id -u)" -ne 0

pushd example_project
check "dotnet restore" dotnet restore
check "dotnet build" dotnet build

reportResults