C# Class Cake.Web.Core.NuGet.NuGetInstaller

Afficher le fichier Open project: cake-build/website Class Usage Examples

Méthodes publiques

Méthode Description
Install ( PackageDefinition package, DirectoryPath root ) : IEnumerable
NuGetInstaller ( IFileSystem fileSystem, IGlobber globber ) : System

Private Methods

Méthode Description
DownloadNuget ( FilePath nugetToolPath ) : void
ExecuteNuget ( FilePath nugetToolPath, string arguments, string fallbackarguments, int retries ) : void
InstallPackage ( PackageDefinition package, DirectoryPath root ) : DirectoryPath

Method Details

Install() public méthode

public Install ( PackageDefinition package, DirectoryPath root ) : IEnumerable
package PackageDefinition
root DirectoryPath
Résultat IEnumerable

NuGetInstaller() public méthode

public NuGetInstaller ( IFileSystem fileSystem, IGlobber globber ) : System
fileSystem IFileSystem
globber IGlobber
Résultat System