1 write to _outputPath
Aspire.Hosting (1)
Pipelines\PipelineOutputService.cs (1)
40_outputPath = options.Value.OutputPath is not null ? Path.GetFullPath(options.Value.OutputPath) : null;
2 references to _outputPath
Aspire.Hosting (2)
Pipelines\PipelineOutputService.cs (2)
41_defaultOutputPath = _outputPath is null 71return _outputPath ?? _defaultOutputPath;