Class DotNetProjectBuildConfig
Inheritance
object
DotNetProjectBuildConfig
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Cli.Build
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class DotNetProjectBuildConfig
Constructors
DotNetProjectBuildConfig()
Declaration
public DotNetProjectBuildConfig()
Properties
BuildName
Declaration
public string BuildName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ForceBuild
Declaration
public bool ForceBuild { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
GitRepository
Declaration
public GitRepository GitRepository { get; set; }
Property Value
| Type | Description |
|---|---|
| GitRepository |
SlFilePath
Declaration
public string SlFilePath { get; set; }
Property Value
| Type | Description |
|---|---|
| string |