3 references to GetEnvironmentOutputPath
Aspire.Hosting.Kubernetes (3)
Deployment\HelmDeploymentEngine.cs (2)
248var outputPath = PublishingContextUtils.GetEnvironmentOutputPath(context, environment); 421var outputPath = PublishingContextUtils.GetEnvironmentOutputPath(context, environment);
KubernetesEnvironmentResource.cs (1)
410var outputPath = PublishingContextUtils.GetEnvironmentOutputPath(context, this);