diff options
author | Josh Spicer <josh@joshspicer.com> | 2022-05-12 19:25:56 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-12 19:25:56 +0300 |
commit | 2707a37ca0d4a45c7487f856bf95f8c5e10bce94 (patch) | |
tree | 3b84759b62090e069c1352547fb8f1155f980122 /collection | |
parent | 9ec1eacf025434422bb7ab2d41addc6d66e22458 (diff) |
matrix (#10)
* try matrix
* quotes
Diffstat (limited to 'collection')
-rw-r--r-- | collection/dotnet/test.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/collection/dotnet/test.sh b/collection/dotnet/test.sh new file mode 100644 index 0000000..cdaa50a --- /dev/null +++ b/collection/dotnet/test.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +set -e + +echo 'Testing dotnet!' + +dotnet --list-sdks + +echo 'Done!'
\ No newline at end of file |