Summary
Adds a warning message to the AppVeyor build log.
- Namespace
- Cake
.Common .Build .AppVeyor - Containing Type
- App
Veyor Provider Add Message Extensions
Syntax
public static void AddWarningMessage(this IAppVeyorProvider provider, string format, params object[] args)
Parameters
Name | Type | Description |
---|---|---|
provider | IAppVeyorProvider | The AppVeyor provider. |
format | string | The message. |
args | object[] | The args. |
Return Value
Type | Description |
---|---|
void |