Property | Type | Description |
---|
Method | Description | |
---|---|---|
Run ( IFileSystemDirectory root, string relativePath ) : void |
Runs MSBuild
|
|
XBuild ( IParameters parameters ) : System |
Constructs the MSBuild runner
|
public Run ( IFileSystemDirectory root, string relativePath ) : void | ||
root | IFileSystemDirectory | The root directory which will became MSBuild's root directory |
relativePath | string | Relative path of the solution file (or MSBuild file) to be processed |
return | void |
public XBuild ( IParameters parameters ) : System | ||
parameters | IParameters | User defined parameters for bari |
return | System |