Summary
Creates a Release using the specified and settings.
- Namespace
- Cake
.Common .Tools .GitReleaseManager .Export - Containing Type
- Git
Release Manager Exporter
Syntax
public void Export(string userName, string password, string owner, string repository, FilePath fileOutputPath, GitReleaseManagerExportSettings settings)
Parameters
Name | Type | Description |
---|---|---|
userName | string | The user name. |
password | string | The password. |
owner | string | The owner. |
repository | string | The repository. |
fileOutputPath | FilePath | The output path. |
settings | Git |
The settings. |
Return Value
Type | Description |
---|---|
void |