C# Class Code.Cake.DotNetPackSettings

Describes settings for DotNetSupport.DotNetPack method.
Exibir arquivo Open project: SimpleGitVersion/SGV-Net Class Usage Examples

Public Methods

Method Description
DotNetPackSettings ( ) : System

Initializes a new empty settings. By default, NoBuild is false. This should be set to true and dotnet build should be used before to actually build the project.

ToString ( StringBuilder b ) : StringBuilder

Generates the arguments.

ToString ( ) : string

Generates the arguments.

Method Details

DotNetPackSettings() public method

Initializes a new empty settings. By default, NoBuild is false. This should be set to true and dotnet build should be used before to actually build the project.
public DotNetPackSettings ( ) : System
return System

ToString() public method

Generates the arguments.
public ToString ( StringBuilder b ) : StringBuilder
b StringBuilder The string builder.
return StringBuilder

ToString() public method

Generates the arguments.
public ToString ( ) : string
return string