Interface IBuilder
Enumeration of classes, which implement IBuilder
Namespace: BuildSystem.ManagerObject.Interfaces
Assembly: BuildSystem.ManagerObject.Interfaces.dll
Syntax
public interface IBuilder : IManager
Methods
Build(string, Dictionary<string, string>)
Compiles a project
Declaration
bool Build(string projectFile, Dictionary<string, string> buildParams)
Parameters
Type | Name | Description |
---|---|---|
string | projectFile | Main project file |
System.Collections.Generic.Dictionary<,><string, string> | buildParams | Compilation params |
Returns
Type | Description |
---|---|
bool | Flag of success |