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)
36return _outputPath ?? Path.Combine(Environment.CurrentDirectory, "aspire-output");