2 writes to CompletionState
aspire (2)
Commands\PublishCommandBase.cs (2)
281CompletionState = activity.Data.CompletionState 295stepInfo.CompletionState = activity.Data.CompletionState;
2 references to CompletionState
aspire (2)
Commands\PublishCommandBase.cs (2)
300if (IsCompletionStateError(stepInfo.CompletionState)) 304else if (IsCompletionStateWarning(stepInfo.CompletionState))