7 references to OutputPath
Aspire.Hosting.Kubernetes (7)
KubernetesPublishingContext.cs (7)
55ArgumentNullException.ThrowIfNull(OutputPath); 65logger.FinishGeneratingKubernetes(OutputPath); 128var templatesFolder = Path.Combine(OutputPath, "templates", resource.Name); 162var outputFile = Path.Combine(OutputPath!, "values.yaml"); 163Directory.CreateDirectory(OutputPath!); 182var outputFile = Path.Combine(OutputPath, "Chart.yaml"); 183Directory.CreateDirectory(OutputPath);