Summary
    Creates a release for the specified project in OctopusDeploy.
    
		- Namespace
- Cake.Common .Tools .OctopusDeploy 
- Containing Type
- OctopusDeploy Release Creator 
Syntax
public void CreateRelease(string projectName, CreateReleaseSettings settings)Parameters
| Name | Type | Description | 
|---|---|---|
| projectName | string | The target project name. | 
| settings | Create | The settings. | 
Return Value
| Type | Description | 
|---|---|
| void | 
