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