C# Class Bari.Plugins.VsCore.Tools.MSBuild

Default MSBuild implementation, running the MSBuild command line tool in a separate process
Inheritance: Bari.Core.Tools.ManuallyInstallableExternalTool, IMSBuild
Datei anzeigen Open project: vigoo/bari

Private Properties

Property Type Description

Public Methods

Method Description
Run ( IFileSystemDirectory root, string relativePath ) : void

Runs MSBuild

Protected Methods

Method Description
MSBuild ( IParameters parameters, string path ) : System

Constructs the MSBuild runner

Method Details

MSBuild() protected method

Constructs the MSBuild runner
protected MSBuild ( IParameters parameters, string path ) : System
parameters IParameters User defined parameters for bari
path string Path to MSBuild.exe
return System

Run() public method

Runs MSBuild
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