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