2 writes to CompletionState
aspire (2)
Commands\PublishCommandBase.cs (2)
351CompletionState = activity.Data.CompletionState 365stepInfo.CompletionState = activity.Data.CompletionState;
2 references to CompletionState
aspire (2)
Commands\PublishCommandBase.cs (2)
370if (IsCompletionStateError(stepInfo.CompletionState)) 374else if (IsCompletionStateWarning(stepInfo.CompletionState))