6 references to GetEnvironmentOutputPath
Aspire.Hosting.Docker (6)
DockerComposeEnvironmentResource.cs (5)
192
var outputPath = PublishingContextUtils.
GetEnvironmentOutputPath
(context, this);
208
var outputPath = PublishingContextUtils.
GetEnvironmentOutputPath
(context, this);
270
var outputPath = PublishingContextUtils.
GetEnvironmentOutputPath
(context, this);
363
var outputPath = PublishingContextUtils.
GetEnvironmentOutputPath
(context, environment);
372
var outputPath = PublishingContextUtils.
GetEnvironmentOutputPath
(context, environment);
DockerComposeServiceResource.cs (1)
311
var outputPath = PublishingContextUtils.
GetEnvironmentOutputPath
(context, environment);