C# Class FluentBuild.Publishing.NuGet.NuGetPublisher

Inheritance: FluentBuild.Utilities.InternalExecutable
Exibir arquivo Open project: SkightTeam/eLiteWeb Class Usage Examples

Public Properties

Property Type Description
_depenencyGroups IList

Public Methods

Method Description
DeployFolder ( FluentFs.Core.Directory path ) : ProjectIdMandatory
DeployFolder ( string path ) : ProjectIdMandatory
NuGetPublisher ( ) : System

Private Methods

Method Description
CreateSchema ( ) : string
InternalExecute ( ) : void
NuGetPublisher ( IFileSystemHelper fileSystemHelper, IExecutable executable ) : System

Method Details

DeployFolder() public method

public DeployFolder ( FluentFs.Core.Directory path ) : ProjectIdMandatory
path FluentFs.Core.Directory
return ProjectIdMandatory

DeployFolder() public method

public DeployFolder ( string path ) : ProjectIdMandatory
path string
return ProjectIdMandatory

NuGetPublisher() public method

public NuGetPublisher ( ) : System
return System

Property Details

_depenencyGroups public_oe property

public IList _depenencyGroups
return IList