14 writes to StepId
Aspire.Cli.Tests (14)
Commands\DeployCommandTests.cs (5)
411
StepId
= null
424
StepId
= "deploy-step"
437
StepId
= "deploy-step"
450
StepId
= null
463
StepId
= null
Commands\PublishCommandPromptingIntegrationTests.cs (1)
778
StepId
= "publish-step",
TestServices\TestAppHostCliBackchannel.cs (8)
130
StepId
= null
141
StepId
= "root-step"
152
StepId
= "root-step"
163
StepId
= "root-step"
174
StepId
= "root-step"
185
StepId
= "root-step"
196
StepId
= "root-step"
207
StepId
= null
3 references to StepId
aspire (3)
Commands\PipelineCommandBase.cs (3)
387
var stepId = activity.Data.
StepId
;
489
var stepId = activity.Data.
StepId
;
536
var stepId = activity.Data.
StepId
;