Summary
Write a status message to the MyGet build log.
- Namespace
- Cake
.Common .Build .MyGet - Containing Type
- IMyGetProvider
Syntax
void WriteStatus(string message, MyGetBuildStatus status, string errorDetails = null)
Parameters
| Name | Type | Description |
|---|---|---|
| message | string | Message contents. |
| status | MyGetBuildStatus | Build status. |
| errorDetails | string | Error details if status is error. |
Return Value
| Type | Description |
|---|---|
| void |
