C# Класс VersioningTasks.NuGetPack

Creates a .nupkg archive from a .nuspec file and content files.
Наследование: Microsoft.Build.Utilities.ToolTask
Показать файл Открыть проект

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