aboutsummaryrefslogtreecommitdiff
path: root/collection/dotnet
diff options
context:
space:
mode:
authorJosh Spicer <josh@joshspicer.com>2022-05-12 19:25:56 +0300
committerGitHub <noreply@github.com>2022-05-12 19:25:56 +0300
commit2707a37ca0d4a45c7487f856bf95f8c5e10bce94 (patch)
tree3b84759b62090e069c1352547fb8f1155f980122 /collection/dotnet
parent9ec1eacf025434422bb7ab2d41addc6d66e22458 (diff)
matrix (#10)
* try matrix * quotes
Diffstat (limited to 'collection/dotnet')
-rw-r--r--collection/dotnet/test.sh9
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