Bari.Plugins.VsCore.Tools.MSBuild.MSBuild C# (CSharp) Method

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
        protected MSBuild(IParameters parameters, string path)
            : base("msbuild", path, 
                   "MSBuild.exe", new Uri("http://www.microsoft.com/en-us/download/details.aspx?id=17851"), false, parameters)
        {
            this.parameters = parameters;
        }