feat: Add arguments for verbose output to installer script by matherm-aboehm · Pull Request #542 · actions/setup-dotnet

Description:
When something went wrong without an error message or you just want to see what the installer script is actually doing, you want that this action adds -Verbose/--verbose arguments to the installer script.
This PR solves this with a new action input parameter.

Related issue:
None.

Check list:

  • Mark if documentation changes are required.
  • Mark if tests were added or updated to cover the changes.