setup-dotnet
setup-dotnet copied to clipboard
feat: Add arguments for verbose output to installer script
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.
- [x] Mark if tests were added or updated to cover the changes.