GitPackagerRunner.

CopyFiles(TreeChanges, string, IDictionary<string, string>) Method

Assembly
Cake.GitPackager.dll
Namespace
Cake.GitPackager
Containing Type
GitPackagerRunner

Syntax

protected virtual void CopyFiles(TreeChanges changes, string repository, IDictionary<string, string> mapping)

Parameters

Name Type Description
changes TreeChanges
repository string
mapping IDictionary<string, string>

Return Value

Type Description
void