C# 클래스 VersioningTasks.NuGetPack

Creates a .nupkg archive from a .nuspec file and content files.
상속: Microsoft.Build.Utilities.ToolTask
파일 보기 프로젝트 열기: AArnott/Microsoft.WindowsAzure.StorageClient.Async

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Execute ( ) : bool

Runs the exectuable file with the specified task parameters.

보호된 메소드들

메소드 설명
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.

메소드 상세

Execute() 공개 메소드

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

GenerateCommandLineCommands() 보호된 메소드

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

GenerateFullPathToTool() 보호된 메소드

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