C# Класс Bari.Plugins.VsCore.Tools.MSBuild

Default MSBuild implementation, running the MSBuild command line tool in a separate process
Наследование: Bari.Core.Tools.ManuallyInstallableExternalTool, IMSBuild
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
Run ( IFileSystemDirectory root, string relativePath ) : void

Runs MSBuild

Защищенные методы

Метод Описание
MSBuild ( IParameters parameters, string path ) : System

Constructs the MSBuild runner

Описание методов

MSBuild() защищенный Метод

Constructs the MSBuild runner
protected MSBuild ( IParameters parameters, string path ) : System
parameters IParameters User defined parameters for bari
path string Path to MSBuild.exe
Результат System

Run() публичный Метод

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
Результат void