OctopusDeployReleaseCreator.

CreateRelease(string, CreateReleaseSettings) Method

Summary

Creates a release for the specified project in OctopusDeploy.

Syntax

public void CreateRelease(string projectName, CreateReleaseSettings settings)

Parameters

Name Type Description
projectName string The target project name.
settings CreateReleaseSettings The settings.

Return Value

Type Description
void