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 |
|
|