6 writes to OutputPath
Aspire.Hosting.Azure.Tests (1)
AzurePublisherTests.cs (1)
28
var options = new OptionsMonitor(new AzurePublisherOptions {
OutputPath
= tempDir.Path });
Aspire.Hosting.Docker.Tests (4)
DockerComposePublisherTests.cs (4)
24
var options = new OptionsMonitor(new DockerComposePublisherOptions {
OutputPath
= tempDir.Path });
166
var options = new OptionsMonitor(new DockerComposePublisherOptions {
OutputPath
= tempDir.Path });
248
OutputPath
= tempDir.Path,
285
var options = new OptionsMonitor(new DockerComposePublisherOptions {
OutputPath
= tempDir.Path });
Aspire.Hosting.Tests (1)
ManifestGenerationTests.cs (1)
280
options.
OutputPath
= program.AppBuilder.AppHostDirectory;
3 references to OutputPath
Aspire.Hosting.Tests (3)
DistributedApplicationBuilderTests.cs (3)
54
Assert.Null(options.Value.
OutputPath
);
77
Assert.Equal("/tmp/", publishOptions.Value.
OutputPath
);
90
Assert.Equal("/path/", publishOptions.Value.
OutputPath
);