C# 클래스 Octopus.Cli.Commands.NuGetPackageBuilder

상속: IPackageBuilder
파일 보기 프로젝트 열기: OctopusDeploy/Octo.exe

공개 메소드들

메소드 설명
BuildPackage ( string basePath, IList includes, ManifestMetadata metadata, string outFolder, bool overwrite ) : void
NuGetPackageBuilder ( IOctopusFileSystem fileSystem, Serilog log ) : System.Collections.Generic

메소드 상세

BuildPackage() 공개 메소드

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

NuGetPackageBuilder() 공개 메소드

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