6 references to PublishingContextUtils
Aspire.Hosting.Docker (6)
DockerComposeEnvironmentResource.cs (5)
204var outputPath = PublishingContextUtils.GetEnvironmentOutputPath(context, this); 220var outputPath = PublishingContextUtils.GetEnvironmentOutputPath(context, this); 282var outputPath = PublishingContextUtils.GetEnvironmentOutputPath(context, this); 383var outputPath = PublishingContextUtils.GetEnvironmentOutputPath(context, environment); 392var outputPath = PublishingContextUtils.GetEnvironmentOutputPath(context, environment);
DockerComposeServiceResource.cs (1)
311var outputPath = PublishingContextUtils.GetEnvironmentOutputPath(context, environment);