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