You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: