C# Class Jubilee.Core.Workflow.Tasks.MSBuild

Inheritance: Jubilee.Core.Tasks.Task
Mostra file Open project: pgermishuys/Jubilee

Public Methods

Method Description
MSBuild ( INotificationService notificationService ) : System
Run ( ) : bool

Private Methods

Method Description
BuildSolution ( string solutionFilePath, string buildArguments ) : bool
DirectorySearch ( string directoryToSearch, string solutionExtension ) : string
FindSolutionFile ( string workingPath, string solutionExtension ) : string

Method Details

MSBuild() public method

public MSBuild ( INotificationService notificationService ) : System
notificationService INotificationService
return System

Run() public method

public Run ( ) : bool
return bool