2707a37 ^
1 2 3 4 5 6 7 8 9
#!/bin/bash set -e echo 'Testing dotnet!' dotnet --list-sdks echo 'Done!'