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