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.GitPackager.
Syntax
public static void GitPackager(this ICakeContext context, string repository, IDictionary<string, string> mapping, string tag = null, string commit = null)
Attributes
| Type |
Description |
| CakeMethodAliasAttribute |
|
Parameters
| Name |
Type |
Description |
| context |
ICakeContext |
|
| repository |
string |
|
| mapping |
IDictionary<string, string> |
|
| tag |
string |
|
| commit |
string |
|
Return Value