10 references to OutputPath
Aspire.Hosting.Docker (10)
DockerComposePublishingContext.cs (10)
53ArgumentNullException.ThrowIfNull(OutputPath); 63logger.FinishGeneratingDockerCompose(OutputPath); 97var resourceDockerfilePath = Path.Combine(OutputPath, $"{serviceResource.TargetResource.Name}.Dockerfile"); 147var outputFile = Path.Combine(OutputPath, "docker-compose.yaml"); 148Directory.CreateDirectory(OutputPath); 153var envFilePath = Path.Combine(OutputPath, ".env"); 195sourcePath = Path.Combine(OutputPath, composeService.Name, Path.GetFileName(file.SourcePath)); 197Directory.CreateDirectory(Path.Combine(OutputPath, composeService.Name)); 201sourcePath = Path.GetRelativePath(OutputPath, sourcePath).Replace('\\', '/'); 205logger.FailedToCopyFile(file.SourcePath, OutputPath);