Class DefaultDotNetProjectBuilder
Inheritance
System.Object
DefaultDotNetProjectBuilder
Namespace: Volo.Abp.Cli.Build
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class DefaultDotNetProjectBuilder : object, IDotNetProjectBuilder, ITransientDependency
Methods
Build(List<DotNetProjectInfo>, String)
Declaration
public List<string> Build(List<DotNetProjectInfo> projects, string arguments)
Parameters
Type | Name | Description |
---|---|---|
List<DotNetProjectInfo> | projects | |
System.String | arguments |
Returns
Type | Description |
---|---|
List<System.String> |
Implements
ITransientDependency