1 write to OutputPath
Aspire.Hosting.Tests (1)
ManifestGenerationTests.cs (1)
288options.OutputPath = program.AppBuilder.AppHostDirectory;
7 references to OutputPath
Aspire.Hosting (4)
Pipelines\PipelineOutputService.cs (2)
29_outputPath = options.Value.OutputPath is not null ? Path.GetFullPath(options.Value.OutputPath) : null;
Publishing\ManifestPublishingExtensions.cs (2)
36if (pipelineOptions.Value.OutputPath == null) 43var outputPath = pipelineOptions.Value.OutputPath;
Aspire.Hosting.Tests (3)
DistributedApplicationBuilderTests.cs (3)
52Assert.Null(options.Value.OutputPath); 74Assert.Equal("/tmp/", pipelineOptions.Value.OutputPath); 85Assert.Equal("/path/", pipelineOptions.Value.OutputPath);