IAppVeyorApi.

ClearCache(string, string) Method

Summary

Clear the cache for a given AppVeyor project.
Assembly
Cake.AppVeyor.dll
Namespace
Cake.AppVeyor
Containing Type
IAppVeyorApi

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.