actions / actions/setup-dotnet
Add a possibility to specify the verbosity flag for the install-scripts execution
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1.2k
- Forks
- 572
- Avg merge
- 12d 20h
- Merged PRs (30d)
- 1
Description
It would be very handy to be able to have a full verbosity logs reported for scripts execution.
Recently we have had a bug that we weren't able to investigate due to lack of information:
https://github.com/dotnet/install-scripts/issues/466
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how setup-dotnet invokes the install scripts and review the failure context in install-scripts issue 466. Determine where a verbosity option can be accepted and passed through; done means workflows can request full script logs and the option is covered by the relevant existing validation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, typescript
- Domain
- ci-cd
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100