Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
Run ( IFileSystemDirectory root, string relativePath ) : void |
Runs MSBuild
|
Méthode | Description | |
---|---|---|
MSBuild ( IParameters parameters, string path ) : System |
Constructs the MSBuild runner
|
protected MSBuild ( IParameters parameters, string path ) : System | ||
parameters | IParameters | User defined parameters for bari |
path | string | Path to MSBuild.exe |
Résultat | System |
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 |
Résultat | void |