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
Afficher le fichier Open project: vigoo/bari

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Run ( IFileSystemDirectory root, string relativePath ) : void

Runs MSBuild

Méthodes protégées

Méthode Description
MSBuild ( IParameters parameters, string path ) : System

Constructs the MSBuild runner

Method Details

MSBuild() protected méthode

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

Run() public méthode

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
Résultat void