Interface IDotNetProjectBuilder
Namespace: Volo.Abp.Cli.Build
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public interface IDotNetProjectBuilder
Methods
BuildProjects(List<DotNetProjectInfo>, string)
Declaration
List<string> BuildProjects(List<DotNetProjectInfo> projects, string arguments)
Parameters
Type | Name | Description |
---|---|---|
List<DotNetProjectInfo> | projects | |
string | arguments |
Returns
Type | Description |
---|---|
List<string> |
BuildSolution(string, string)
Declaration
void BuildSolution(string slnPath, string arguments)
Parameters
Type | Name | Description |
---|---|---|
string | slnPath | |
string | arguments |