Interface IDotNetProjectBuilder
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 |
| System.Collections.Generic.List<T><DotNetProjectInfo> |
projects |
|
| string |
arguments |
|
Returns
| Type |
Description |
| System.Collections.Generic.List<T><string> |
|
BuildSolution(string, string)
Declaration
void BuildSolution(string slnPath, string arguments)
Parameters
| Type |
Name |
Description |
| string |
slnPath |
|
| string |
arguments |
|
Extension Methods