This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.AppVeyor.
Summary
Clear the cache for a given AppVeyor project.
Syntax
Task ClearCache(string accountName, string projectSlug)
Attributes
| Type |
Description |
| DeleteAttribute |
|
Parameters
| Name |
Type |
Description |
| accountName |
string |
The AppVeyor account name. |
| projectSlug |
string |
The slug for the project. |
Return Value
| Type |
Description |
| Task |
A Task representing the asynchronous operation. |