Skip to content

Commit

Permalink
Removing additonal test step for dotnet 6 test case.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaniska244 committed Dec 18, 2024
1 parent 68ae7cb commit 5f248c6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/dotnet/install_dotnet_six.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ expected=$(fetch_latest_version_in_channel "6.0")
check ".NET Core SDK 6.0 installed" \
is_dotnet_sdk_version_installed "$expected"

check "Build and run example project" \
dotnet run --project projects/net6.0

# Report results
# If any of the checks above exited with a non-zero exit code, the test will fail.
reportResults
Expand Down

0 comments on commit 5f248c6

Please sign in to comment.