9 references to OutputPath
Aspire.Hosting.Docker (9)
DockerComposePublishingContext.cs (9)
50ArgumentNullException.ThrowIfNull(OutputPath); 60logger.FinishGeneratingDockerCompose(OutputPath); 124var outputFile = Path.Combine(OutputPath, "docker-compose.yaml"); 125Directory.CreateDirectory(OutputPath); 136var envFilePath = Path.Combine(OutputPath, ".env"); 171sourcePath = Path.Combine(OutputPath, composeService.Name, Path.GetFileName(file.SourcePath)); 173Directory.CreateDirectory(Path.Combine(OutputPath, composeService.Name)); 177sourcePath = Path.GetRelativePath(OutputPath, sourcePath).Replace('\\', '/'); 181logger.FailedToCopyFile(file.SourcePath, OutputPath);