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); 146var outputFile = Path.Combine(OutputPath!, "values.yaml"); 147Directory.CreateDirectory(OutputPath!); 166var outputFile = Path.Combine(OutputPath, "Chart.yaml"); 167Directory.CreateDirectory(OutputPath);