9 references to OutputPath
Aspire.Hosting.Docker (9)
DockerComposePublishingContext.cs (9)
51ArgumentNullException.ThrowIfNull(OutputPath); 61logger.FinishGeneratingDockerCompose(OutputPath); 145var outputFile = Path.Combine(OutputPath, "docker-compose.yaml"); 146Directory.CreateDirectory(OutputPath); 153var envFilePath = Path.Combine(OutputPath, ".env"); 199sourcePath = Path.Combine(OutputPath, composeService.Name, Path.GetFileName(file.SourcePath)); 201Directory.CreateDirectory(Path.Combine(OutputPath, composeService.Name)); 205sourcePath = Path.GetRelativePath(OutputPath, sourcePath).Replace('\\', '/'); 209logger.FailedToCopyFile(file.SourcePath, OutputPath);