C# 클래스 CCNet.Build.SetupPackages.LogPackagesExtensions

Some service methods which can be executed on a collection of referenced packages.
파일 보기 프로젝트 열기: shuruev/CCNet.Extensions

공개 메소드들

메소드 설명
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.

메소드 상세

SaveReferences() 공개 정적인 메소드

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
리턴 void

SaveSummary() 공개 정적인 메소드

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