C# Class Cake.Common.Solution.CodeCakeSolutionExtensions

Supports extension methods for Solution related objects.
Exibir arquivo Open project: SimpleGitVersion/CodeCake

Public Methods

Method Description
CreateTemporarySolutionFile ( this context, FilePath solutionPath ) : ITemporarySolutionFile

Creates a ITemporarySolutionFile for a solution (.sln) file.

Method Details

CreateTemporarySolutionFile() public static method

Creates a ITemporarySolutionFile for a solution (.sln) file.
public static CreateTemporarySolutionFile ( this context, FilePath solutionPath ) : ITemporarySolutionFile
context this The context.
solutionPath FilePath The solution path.
return ITemporarySolutionFile