6 references to GetEnvironmentOutputPath
Aspire.Hosting.Docker (6)
DockerComposeEnvironmentResource.cs (5)
202
var outputPath = PublishingContextUtils.
GetEnvironmentOutputPath
(context, this);
218
var outputPath = PublishingContextUtils.
GetEnvironmentOutputPath
(context, this);
280
var outputPath = PublishingContextUtils.
GetEnvironmentOutputPath
(context, this);
381
var outputPath = PublishingContextUtils.
GetEnvironmentOutputPath
(context, environment);
390
var outputPath = PublishingContextUtils.
GetEnvironmentOutputPath
(context, environment);
DockerComposeServiceResource.cs (1)
327
var outputPath = PublishingContextUtils.
GetEnvironmentOutputPath
(context, environment);