12 references to Step
aspire (6)
Commands\PipelineCommandBase.cs (2)
730else if (activity.Type == PublishingActivityTypes.Step) 828else if (activity.Type == PublishingActivityTypes.Step)
Commands\RenderCommand.cs (4)
600Type = PublishingActivityTypes.Step, 612Type = PublishingActivityTypes.Step, 764Type = PublishingActivityTypes.Step, 775Type = PublishingActivityTypes.Step,
Aspire.Cli.Tests (6)
Backchannel\BackchannelJsonSerializerContextTests.cs (1)
82Assert.Equal(PublishingActivityTypes.Step, activity.Type);
Commands\DeployCommandTests.cs (2)
527Type = PublishingActivityTypes.Step, 566Type = PublishingActivityTypes.Step,
Commands\DestroyCommandTests.cs (1)
337Type = PublishingActivityTypes.Step,
TestServices\TestAppHostCliBackchannel.cs (2)
140Type = PublishingActivityTypes.Step, 217Type = PublishingActivityTypes.Step,