6 references to GetEnvironmentOutputPath
Aspire.Hosting.Docker (6)
DockerComposeEnvironmentResource.cs (5)
204
var outputPath = PublishingContextUtils.
GetEnvironmentOutputPath
(context, this);
220
var outputPath = PublishingContextUtils.
GetEnvironmentOutputPath
(context, this);
282
var outputPath = PublishingContextUtils.
GetEnvironmentOutputPath
(context, this);
383
var outputPath = PublishingContextUtils.
GetEnvironmentOutputPath
(context, environment);
392
var outputPath = PublishingContextUtils.
GetEnvironmentOutputPath
(context, environment);
DockerComposeServiceResource.cs (1)
311
var outputPath = PublishingContextUtils.
GetEnvironmentOutputPath
(context, environment);