C# Class Code.Cake.DotNetPackSettings

Describes settings for DotNetSupport.DotNetPack method.
Afficher le fichier Open project: SimpleGitVersion/SGV-Net Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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
Résultat System

ToString() public méthode

Generates the arguments.
public ToString ( StringBuilder b ) : StringBuilder
b StringBuilder The string builder.
Résultat StringBuilder

ToString() public méthode

Generates the arguments.
public ToString ( ) : string
Résultat string