6 references to PublishingContextUtils
Aspire.Hosting.Docker (6)
DockerComposeEnvironmentResource.cs (5)
192var outputPath = PublishingContextUtils.GetEnvironmentOutputPath(context, this); 208var outputPath = PublishingContextUtils.GetEnvironmentOutputPath(context, this); 270var outputPath = PublishingContextUtils.GetEnvironmentOutputPath(context, this); 363var outputPath = PublishingContextUtils.GetEnvironmentOutputPath(context, environment); 372var outputPath = PublishingContextUtils.GetEnvironmentOutputPath(context, environment);
DockerComposeServiceResource.cs (1)
311var outputPath = PublishingContextUtils.GetEnvironmentOutputPath(context, environment);