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