Метод |
Описание |
|
AddFiles ( PackageBuilder builder, string itemType, string targetFolder ) : void |
|
|
AddOutputFiles ( PackageBuilder builder ) : void |
|
|
AddSolutionDir ( ) : void |
|
|
BuildProject ( ) : void |
|
|
CreateBuilder ( string basePath ) : PackageBuilder |
|
|
ExtractMetadataFromProject ( PackageBuilder builder ) : void |
|
|
GetContentOrNone ( bool>.Func matcher ) : string |
|
|
GetFiles ( string itemType ) : IEnumerable |
|
|
GetFiles ( string path, string fileNameWithoutExtension, HashSet allowedExtensions ) : IEnumerable |
|
|
GetMinimumSet ( List packages ) : IEnumerable |
|
|
GetNuspec ( ) : string |
|
|
GetNuspecPaths ( ) : IEnumerable |
|
|
GetPackagesConfig ( ) : string |
|
|
GetPackagesPath ( string dir ) : string |
|
|
GetPackagesRepository ( ) : IPackageRepository |
|
|
GetSolutionDir ( ) : string |
|
|
GetTargetPath ( Microsoft.Build.Evaluation.ProjectItem item ) : string |
|
|
GetTransformFiles ( IPackage package ) : IEnumerable |
|
|
GetVersionConstraint ( SemanticVersion>.IDictionary packageReferences, IPackage package ) : IVersionSpec |
|
|
IPropertyProvider ( string propertyName ) : dynamic |
|
|
IsTransformFile ( IPackageFile file ) : bool |
|
|
Normalize ( string path ) : string |
|
|
ProcessDependencies ( PackageBuilder builder ) : void |
|
|
ProcessNuspec ( PackageBuilder builder, string basePath ) : Manifest |
|
|
ProcessTransformFiles ( PackageBuilder builder, IEnumerable transformFiles ) : void |
|
|
RemoveExtension ( string path ) : string |
Removes a file extension keeping the full path intact |
|
ResolveTargetPath ( ) : string |
|
|
ResolveTargetPath ( Microsoft.Build.Execution.BuildResult result ) : string |
|
|