C# Class NuGet.Commands.PackCommand

Inheritance: Command
Datei anzeigen Open project: themotleyfool/NuGet Class Usage Examples

Private Properties

Property Type Description
AnalyzePackage void
BuildFromNuspec IPackage
BuildFromProjectFile IPackage
BuildPackage IPackage
BuildPackage IPackage
BuildSymbolsPackage void
CreatePackageBuilderFromNuspec PackageBuilder
ExcludeFiles void
ExcludeFilesForLibPackage void
ExcludeFilesForSymbolPackage void
GetInputFile string
GetInputFile string
GetOutputPath string
PrintPackageIssue void
PrintVerbose void
ResolvePath string

Public Methods

Method Description
ExecuteCommand ( ) : void

Private Methods

Method Description
AnalyzePackage ( IPackage package ) : void
BuildFromNuspec ( string path ) : IPackage
BuildFromProjectFile ( string path ) : IPackage
BuildPackage ( string path ) : IPackage
BuildPackage ( string path, PackageBuilder builder, string outputPath = null ) : IPackage
BuildSymbolsPackage ( string path ) : void
CreatePackageBuilderFromNuspec ( string path ) : PackageBuilder
ExcludeFiles ( ICollection packageFiles ) : void
ExcludeFilesForLibPackage ( ICollection files ) : void
ExcludeFilesForSymbolPackage ( ICollection files ) : void
GetInputFile ( ) : string
GetInputFile ( IEnumerable files ) : string
GetOutputPath ( PackageBuilder builder, bool symbols = false ) : string
PrintPackageIssue ( PackageIssue issue ) : void
PrintVerbose ( string outputPath ) : void
ResolvePath ( IPackageFile packageFile ) : string

Method Details

ExecuteCommand() public method

public ExecuteCommand ( ) : void
return void