aboutsummaryrefslogblamecommitdiff
path: root/test/dotnet/test.sh
blob: ddba7a6d0fc956f5e3aa5194efa6bb2582cf4f0e (plain) (tree)
1
2
3
4
5
6



           

                                      






                               
#!/bin/bash

set -e

# Optional: Import test library
source dev-container-features-test-lib

# Definition specific tests
check "dotnet" dotnet --info
check "sdks" dotnet --list-sdks

# Report result
reportResults