2 references to PublishingStep
Aspire.Hosting (1)
Publishing\PublishingActivityReporter.cs (1)
38var step = new PublishingStep(this, Guid.NewGuid().ToString(), title);
Aspire.Hosting.Tests (1)
Publishing\PublishingActivityReporterTests.cs (1)
94var nonExistentStep = new PublishingStep(reporter, "non-existent-step", "Non-existent Step");