6 references to GetEnvironmentOutputPath
Aspire.Hosting.Docker (6)
DockerComposeEnvironmentResource.cs (5)
203
var outputPath = PublishingContextUtils.
GetEnvironmentOutputPath
(context, this);
219
var outputPath = PublishingContextUtils.
GetEnvironmentOutputPath
(context, this);
286
var outputPath = PublishingContextUtils.
GetEnvironmentOutputPath
(context, this);
392
var outputPath = PublishingContextUtils.
GetEnvironmentOutputPath
(context, environment);
401
var outputPath = PublishingContextUtils.
GetEnvironmentOutputPath
(context, environment);
DockerComposeServiceResource.cs (1)
328
var outputPath = PublishingContextUtils.
GetEnvironmentOutputPath
(context, environment);