1 write to OutputPath
Aspire.Hosting.Tests (1)
ManifestGenerationTests.cs (1)
317options.OutputPath = program.AppBuilder.AppHostDirectory;
3 references to OutputPath
Aspire.Hosting.Tests (3)
DistributedApplicationBuilderTests.cs (3)
49Assert.Null(options.Value.OutputPath); 72Assert.Equal("/tmp/", publishOptions.Value.OutputPath); 85Assert.Equal("/path/", publishOptions.Value.OutputPath);