From 2707a37ca0d4a45c7487f856bf95f8c5e10bce94 Mon Sep 17 00:00:00 2001 From: Josh Spicer Date: Thu, 12 May 2022 12:25:56 -0400 Subject: matrix (#10) * try matrix * quotes --- collection/dotnet/test.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 collection/dotnet/test.sh (limited to 'collection') 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 -- cgit v1.2.3