features/test/dotnet/test.sh
Josh Spicer 3a277ad757
restructure and update cli (#11)
* restructure and update cli

* typo
2022-05-12 16:10:51 -04:00

13 lines
199 B
Bash

#!/bin/bash
set -e
# Import test library
source featuresTest.library.sh root
# Definition specific tests
check "dotnet" dotnet --info
check "sdks" dotnet --list-sdks
# Report result
reportResults