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