diff --git a/project/Remote/Message.cs b/project/Remote/Message.cs index e2ffbce26..d87230370 100644 --- a/project/Remote/Message.cs +++ b/project/Remote/Message.cs @@ -45,7 +45,12 @@ public enum MessageKind /// /// /// - BuildAbortedBy = 5 + BuildAbortedBy = 5, + /// + /// + /// + /// + ForceBuildPublisherFailed = 6 } private string message; @@ -137,4 +142,4 @@ public override int GetHashCode() return this.ToString().GetHashCode(); } } -} \ No newline at end of file +}