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