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)
54Assert.Null(options.Value.OutputPath); 77Assert.Equal("/tmp/", publishOptions.Value.OutputPath); 90Assert.Equal("/path/", publishOptions.Value.OutputPath);