C# Class Cake.Common.Solution.TemporarySolutionFile

Internal implementation of ITemporarySolutionFile. Use CreateTemporarySolutionFile extension method to obtain a concrete implementation.
Inheritance: ITemporarySolutionFile
Exibir arquivo Open project: SimpleGitVersion/CodeCake

Public Methods

Method Description
Dispose ( ) : void
ExcludeProjectsFromBuild ( ) : void
ExcludeProjectsFromBuild ( IEnumerable projectNames ) : void
TemporarySolutionFile ( ICakeContext ctx, FilePath originalPath ) : System

Private Methods

Method Description
ProcessLines ( IEnumerable lines, IEnumerable projects ) : IEnumerable

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ExcludeProjectsFromBuild() public method

public ExcludeProjectsFromBuild ( ) : void
return void

ExcludeProjectsFromBuild() public method

public ExcludeProjectsFromBuild ( IEnumerable projectNames ) : void
projectNames IEnumerable
return void

TemporarySolutionFile() public method

public TemporarySolutionFile ( ICakeContext ctx, FilePath originalPath ) : System
ctx ICakeContext
originalPath FilePath
return System