Summary
Write debug message to the build log.
- Namespace
- Cake
.Common .Build .GitHubActions .Commands - Containing Type
- Git
Hub Actions Commands
Syntax
public void Debug(string message)
Parameters
Name | Type | Description |
---|---|---|
message | string | The message. |
Return Value
Type | Description |
---|---|
void |