C# Class CCNet.Build.SetupPackages.LogPackagesExtensions

Some service methods which can be executed on a collection of referenced packages.
Afficher le fichier Open project: shuruev/CCNet.Extensions

Méthodes publiques

Méthode Description
SaveReferences ( this packages, string referencesPath ) : void

Updates local references folder to represent the actual dependencies for all referenced packages.

SaveSummary ( this packages, string tempPath ) : void

Saves the summary file with all referenced packages.

Method Details

SaveReferences() public static méthode

Updates local references folder to represent the actual dependencies for all referenced packages.
public static SaveReferences ( this packages, string referencesPath ) : void
packages this
referencesPath string
Résultat void

SaveSummary() public static méthode

Saves the summary file with all referenced packages.
public static SaveSummary ( this packages, string tempPath ) : void
packages this
tempPath string
Résultat void