1 write to _outputPath
Aspire.Hosting (1)
Pipelines\PipelineOutputService.cs (1)
29
_outputPath
= options.Value.OutputPath is not null ? Path.GetFullPath(options.Value.OutputPath) : null;
1 reference to _outputPath
Aspire.Hosting (1)
Pipelines\PipelineOutputService.cs (1)
36
return
_outputPath
?? Path.Combine(Environment.CurrentDirectory, "aspire-output");