1 write to CompletionMessage
aspire (1)
Commands\PipelineCommandBase.cs (1)
558task.CompletionMessage = !string.IsNullOrEmpty(activity.Data.CompletionMessage)
3 references to CompletionMessage
aspire (3)
Commands\PipelineCommandBase.cs (3)
565var message = !string.IsNullOrEmpty(task.CompletionMessage) 566? $"{task.CompletionMessage} {durationStr}" 585stepInfo.FailureReason = task.CompletionMessage ?? task.StatusText;