7 references to OutputPath
Aspire.Hosting.Kubernetes (7)
KubernetesPublishingContext.cs (7)
55
ArgumentNullException.ThrowIfNull(
OutputPath
);
65
logger.FinishGeneratingKubernetes(
OutputPath
);
140
var templatesFolder = Path.Combine(
OutputPath
, "templates", resource.Name);
174
var outputFile = Path.Combine(
OutputPath
!, "values.yaml");
175
Directory.CreateDirectory(
OutputPath
!);
194
var outputFile = Path.Combine(
OutputPath
, "Chart.yaml");
195
Directory.CreateDirectory(
OutputPath
);