C# Class CCNet.Build.SetupPackages.LogPackagesExtensions

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

Public Methods

Method 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 method

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
return void

SaveSummary() public static method

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