build scripts should list all the arguments they're going to provide
- Dominant language
- C#
- Stars
- 11.5k
- Forks
- 960
- PR merge metrics
- No merged PRs in 30d
Description
## Is Your Feature Request Related To A Problem? Please describe.
Currently `build.debug.bat` states: `calling "C:\code_local\develop\build.ps1" with args` which is inaccurate as it's actually calling with `-Configuration Debug` and then the arguments
## Describe The Solution. Why is it needed?
Would be good to list exactly what we're calling, so that it's clear that it's a debug call.
## Additional Context.
Would be good to copy the change up to the various licensed components that use effectively the same build scripts.
## Related Issues
None
Contributor guide
Research direction
Start with build.debug.bat and the build.ps1 invocation it describes; compare the displayed message with the actual Configuration Debug arguments. Update the build scripts so the complete invocation is clear, then copy the same change to the licensed components that use equivalent scripts.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- powershell
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100