choco
choco copied to clipboard
build scripts should list all the arguments they're going to provide
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