Class DotNetProjectBuildStatus
Inheritance
object
DotNetProjectBuildStatus
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 DotNetProjectBuildStatus
Constructors
DotNetProjectBuildStatus()
Declaration
public DotNetProjectBuildStatus()
Properties
CommitId
Declaration
public string CommitId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CsProjPath
Declaration
public string CsProjPath { get; set; }
Property Value
| Type | Description |
|---|---|
| string |