cake-build / cake-action

:cake::octocat: Run Cake (C# Make) scripts in your GitHub Actions workflows.

Home Page:https://cakebuild.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow to specify the verbosity level

ecampidoglio opened this issue · comments

When troubleshooting a Cake script, it's often necessary to increase the verbosity level to something like Diagnostic to see what's going on behind the scenes.

This technique is particular useful when the script works locally but fails in a CI environment, since it's impractical to debug a build server.

For these reasons, the Cake Action should allow to specify the verbosity level to pass to the Cake script as an input parameter.