C# Class Octopus.Cli.Commands.NuGetPackageBuilder

Inheritance: IPackageBuilder
ファイルを表示 Open project: OctopusDeploy/Octo.exe

Public Methods

Method Description
BuildPackage ( string basePath, IList includes, ManifestMetadata metadata, string outFolder, bool overwrite ) : void
NuGetPackageBuilder ( IOctopusFileSystem fileSystem, Serilog log ) : System.Collections.Generic

Method Details

BuildPackage() public method

public BuildPackage ( string basePath, IList includes, ManifestMetadata metadata, string outFolder, bool overwrite ) : void
basePath string
includes IList
metadata ManifestMetadata
outFolder string
overwrite bool
return void

NuGetPackageBuilder() public method

public NuGetPackageBuilder ( IOctopusFileSystem fileSystem, Serilog log ) : System.Collections.Generic
fileSystem IOctopusFileSystem
log Serilog
return System.Collections.Generic