11 references to OutputPath
Aspire.Hosting.Docker (11)
DockerComposePublishingContext.cs (11)
51ArgumentNullException.ThrowIfNull(OutputPath); 61logger.FinishGeneratingDockerCompose(OutputPath); 106var resourceDockerfilePath = Path.Combine(OutputPath, $"{serviceResource.TargetResource.Name}.Dockerfile"); 107Directory.CreateDirectory(OutputPath); 166var outputFile = Path.Combine(OutputPath, "docker-compose.yaml"); 167Directory.CreateDirectory(OutputPath); 174var envFilePath = Path.Combine(OutputPath, ".env"); 228sourcePath = Path.Combine(OutputPath, composeService.Name, Path.GetFileName(file.SourcePath)); 230Directory.CreateDirectory(Path.Combine(OutputPath, composeService.Name)); 234sourcePath = Path.GetRelativePath(OutputPath, sourcePath).Replace('\\', '/'); 238logger.FailedToCopyFile(file.SourcePath, OutputPath);