1 write to ParentStep
Aspire.Hosting (1)
Publishing\PublishingTask.cs (1)
21ParentStep = parentStep;
2 references to ParentStep
Aspire.Hosting (2)
Publishing\PublishingTask.cs (2)
61await ParentStep.Reporter.UpdateTaskAsync(this, statusText, cancellationToken).ConfigureAwait(false); 72await ParentStep.Reporter.CompleteTaskAsync(this, completionState, completionMessage, cancellationToken).ConfigureAwait(false);