AppVeyorAliases.

AppVeyorClearCache(ICakeContext, AppVeyorSettings, string, string) Method

Summary

Clears the AppVeyor Cache using additional settings in AppVeyorSettings.
Assembly
Cake.AppVeyor.dll
Namespace
Cake.AppVeyor
Containing Type
AppVeyorAliases

Syntax

public static void AppVeyorClearCache(this ICakeContext context, AppVeyorSettings settings, string accountName, string projectSlug)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.
settings AppVeyorSettings The settings.
accountName string The account name.
projectSlug string The project slug.

Return Value

Type Description
void