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