diff options
author | JP Ungaretti <git@jungaretti.com> | 2023-03-01 20:22:14 +0300 |
---|---|---|
committer | JP Ungaretti <git@jungaretti.com> | 2023-03-01 20:22:14 +0300 |
commit | 5bb6f303a1e23eeac37061a8025c5f04ce1eff86 (patch) | |
tree | 802cc2ad6e538d1b8807ff6684b3bd2844112d2d /test/dotnet/install_dotnet_3.sh | |
parent | 387dc5346eac3ed839bb1bf24c34baf5adf8fdec (diff) |
Finishing touches
Diffstat (limited to 'test/dotnet/install_dotnet_3.sh')
-rw-r--r-- | test/dotnet/install_dotnet_3.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/dotnet/install_dotnet_3.sh b/test/dotnet/install_dotnet_3.sh index 077b8dc..5954876 100644 --- a/test/dotnet/install_dotnet_3.sh +++ b/test/dotnet/install_dotnet_3.sh @@ -2,12 +2,10 @@ set -e -# Optional: Import test library source dev-container-features-test-lib ./test.sh check "some major version of dotnet 3 is installed" bash -c "dotnet --list-sdks | grep '3\.[0-9]*\.[0-9]*'" -# Report result reportResults |