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