C# Class VersioningTasks.NuGetPack

Creates a .nupkg archive from a .nuspec file and content files.
Inheritance: Microsoft.Build.Utilities.ToolTask
Mostra file Open project: AArnott/Microsoft.WindowsAzure.StorageClient.Async

Private Properties

Property Type Description

Public Methods

Method Description
Execute ( ) : bool

Runs the exectuable file with the specified task parameters.

Protected Methods

Method Description
GenerateCommandLineCommands ( ) : string

Returns a string value containing the command line arguments to pass directly to the executable file.

GenerateFullPathToTool ( ) : string

Returns the fully qualified path to the executable file.

Method Details

Execute() public method

Runs the exectuable file with the specified task parameters.
public Execute ( ) : bool
return bool

GenerateCommandLineCommands() protected method

Returns a string value containing the command line arguments to pass directly to the executable file.
protected GenerateCommandLineCommands ( ) : string
return string

GenerateFullPathToTool() protected method

Returns the fully qualified path to the executable file.
protected GenerateFullPathToTool ( ) : string
return string