C# 클래스 Bari.Plugins.VsCore.Tools.MSBuild

Default MSBuild implementation, running the MSBuild command line tool in a separate process
상속: Bari.Core.Tools.ManuallyInstallableExternalTool, IMSBuild
파일 보기 프로젝트 열기: vigoo/bari

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