2 writes to CompletionState
aspire (2)
Commands\PublishCommandBase.cs (2)
327CompletionState = activity.Data.CompletionState 341stepInfo.CompletionState = activity.Data.CompletionState;
2 references to CompletionState
aspire (2)
Commands\PublishCommandBase.cs (2)
346if (IsCompletionStateError(stepInfo.CompletionState)) 350else if (IsCompletionStateWarning(stepInfo.CompletionState))