C# Class Octopus.Cli.Commands.NuGetPackageBuilder

Inheritance: IPackageBuilder
Afficher le fichier Open project: OctopusDeploy/Octo.exe

Méthodes publiques

Méthode 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 méthode

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

NuGetPackageBuilder() public méthode

public NuGetPackageBuilder ( IOctopusFileSystem fileSystem, Serilog log ) : System.Collections.Generic
fileSystem IOctopusFileSystem
log Serilog
Résultat System.Collections.Generic