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