13 writes to OutputPath
Aspire.Hosting (1)
Publishing\ResourceContainerImageManager.cs (1)
495OutputPath = options.OutputPath,
Aspire.Hosting.Tests (12)
Publishing\PodmanSaveArgumentsTests.cs (11)
24OutputPath = Path.Combine("out", "archives"), 41OutputPath = Path.Combine("out", "archives"), 58OutputPath = Path.Combine("out", "archives") 77OutputPath = outputPath, 122OutputPath = outputPath, 141OutputPath = "out", 161OutputPath = outputPath, 183OutputPath = outputPath, 204OutputPath = "out", 226OutputPath = "out", 248OutputPath = "out",
Publishing\ResourceContainerImageManagerTests.cs (1)
404OutputPath = "/custom/path",
8 references to OutputPath
Aspire.Hosting (7)
Publishing\DockerContainerRuntime.cs (4)
35if (string.IsNullOrEmpty(options?.OutputPath)) 61if (options?.ImageFormat is not null || !string.IsNullOrEmpty(options?.OutputPath)) 71if (!string.IsNullOrEmpty(options?.OutputPath)) 73var archivePath = ResourceExtensions.GetContainerImageArchivePath(options.OutputPath, imageName);
Publishing\PodmanContainerRuntime.cs (3)
151if (options.ImageFormat == ContainerImageFormat.Oci && string.IsNullOrEmpty(options.OutputPath)) 227if (!string.IsNullOrEmpty(options?.OutputPath)) 279var archivePath = ResourceExtensions.GetContainerImageArchivePath(options.OutputPath!, imageName);
Aspire.Hosting.Tests (1)
Publishing\ResourceContainerImageManagerTests.cs (1)
409Assert.Equal("/custom/path", options.OutputPath);