Class DotNetProjectBuildConfig
Inheritance
System.Object
DotNetProjectBuildConfig
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class DotNetProjectBuildConfig : object
Properties
BuildName
Declaration
public string BuildName { get; set; }
Property Value
Type |
Description |
System.String |
|
ForceBuild
Declaration
public bool ForceBuild { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
GitRepository
Declaration
public GitRepository GitRepository { get; set; }
Property Value
SlFilePath
Declaration
public string SlFilePath { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods