1 write to Step
aspire (1)
Commands\PublishCommandBase.cs (1)
300
currentStepProgress = new ProgressContextInfo {
Step
= stepInfo };
5 references to Step
aspire (5)
Commands\PublishCommandBase.cs (5)
281
if (currentStepProgress.
Step
is not null)
283
throw new InvalidOperationException($"Step activity with ID '{currentStepProgress.
Step
?.Id}' is not complete. Expected it to be complete before processing tasks.");
346
if (currentStepProgress.
Step
?.Id != stepId)
348
throw new InvalidOperationException($"Task activity with ID '{activity.Data.Id}' is not associated with the current step '{currentStepProgress.
Step
?.Id}'.");
351
var tasks = currentStepProgress.
Step
.Tasks;