28 writes to StepId
aspire (10)
Commands\RenderCommand.cs (10)
628
StepId
= "provision",
641
StepId
= "provision",
656
StepId
= "provision",
671
StepId
= "build",
686
StepId
= "provision",
701
StepId
= "provision",
716
StepId
= "build",
727
StepId
= "build",
742
StepId
= "provision",
753
StepId
= "provision",
Aspire.Cli.Tests (18)
Commands\DeployCommandTests.cs (5)
533
StepId
= null
546
StepId
= "deploy-step"
559
StepId
= "deploy-step"
572
StepId
= null
585
StepId
= null
Commands\DestroyCommandTests.cs (4)
343
StepId
= null
355
StepId
= "destroy-step"
368
StepId
= "destroy-step"
381
StepId
= null
Commands\PublishCommandPromptingIntegrationTests.cs (1)
1061
StepId
= "publish-step",
TestServices\TestAppHostCliBackchannel.cs (8)
146
StepId
= null
157
StepId
= "root-step"
168
StepId
= "root-step"
179
StepId
= "root-step"
190
StepId
= "root-step"
201
StepId
= "root-step"
212
StepId
= "root-step"
223
StepId
= null
3 references to StepId
aspire (3)
Commands\PipelineCommandBase.cs (3)
772
var stepId = activity.Data.
StepId
;
878
var stepId = activity.Data.
StepId
;
908
var stepId = activity.Data.
StepId
;