11 references to OutputPath
Aspire.Hosting.Docker (11)
DockerComposePublishingContext.cs (11)
53ArgumentNullException.ThrowIfNull(OutputPath); 63logger.FinishGeneratingDockerCompose(OutputPath); 101var resourceDockerfilePath = Path.Combine(OutputPath, $"{serviceResource.TargetResource.Name}.Dockerfile"); 102Directory.CreateDirectory(OutputPath); 149var outputFile = Path.Combine(OutputPath, "docker-compose.yaml"); 150Directory.CreateDirectory(OutputPath); 155var envFilePath = Path.Combine(OutputPath, ".env"); 197sourcePath = Path.Combine(OutputPath, composeService.Name, Path.GetFileName(file.SourcePath)); 199Directory.CreateDirectory(Path.Combine(OutputPath, composeService.Name)); 203sourcePath = Path.GetRelativePath(OutputPath, sourcePath).Replace('\\', '/'); 207logger.FailedToCopyFile(file.SourcePath, OutputPath);