2 writes to CompletionState
aspire (2)
Commands\PublishCommandBase.cs (2)
292CompletionState = activity.Data.CompletionState 306stepInfo.CompletionState = activity.Data.CompletionState;
2 references to CompletionState
aspire (2)
Commands\PublishCommandBase.cs (2)
311if (IsCompletionStateError(stepInfo.CompletionState)) 315else if (IsCompletionStateWarning(stepInfo.CompletionState))