diff options
Diffstat (limited to 'test/dotnet/install_dotnet_lts.sh')
-rw-r--r-- | test/dotnet/install_dotnet_lts.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/dotnet/install_dotnet_lts.sh b/test/dotnet/install_dotnet_lts.sh index 758f040..2b97e75 100644 --- a/test/dotnet/install_dotnet_lts.sh +++ b/test/dotnet/install_dotnet_lts.sh @@ -13,5 +13,7 @@ check "dotnet version 6 installed" bash -c "ls -l /usr/share/dotnet/sdk | grep check "current link dotnet" /usr/local/dotnet/current/dotnet --info check "current link sdk" ls -l /usr/local/dotnet/current/sdk +./assert_run_project.sh + # Report result reportResults |