1 write to OutputPath
Aspire.Hosting.Tests (1)
ManifestGenerationTests.cs (1)
316options.OutputPath = program.AppBuilder.AppHostDirectory;
3 references to OutputPath
Aspire.Hosting.Tests (3)
DistributedApplicationBuilderTests.cs (3)
48Assert.Null(options.Value.OutputPath); 71Assert.Equal("/tmp/", publishOptions.Value.OutputPath); 84Assert.Equal("/path/", publishOptions.Value.OutputPath);