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