6 references to Step
aspire (2)
Commands\PipelineCommandBase.cs (2)
332
else if (activity.Type == PublishingActivityTypes.
Step
)
443
else if (activity.Type == PublishingActivityTypes.
Step
)
Aspire.Cli.Tests (4)
Commands\DeployCommandTests.cs (2)
405
Type = PublishingActivityTypes.
Step
,
444
Type = PublishingActivityTypes.
Step
,
TestServices\TestAppHostCliBackchannel.cs (2)
124
Type = PublishingActivityTypes.
Step
,
201
Type = PublishingActivityTypes.
Step
,