4 writes to OutputPath
Aspire.Hosting.Tests (4)
Publishing\ResourceContainerImageManagerTests.cs (4)
132ctx.OutputPath = "/tmp/test-output"; 233ctx.OutputPath = tempOutputPath; 273ctx.OutputPath = Path.Combine(tempDir.Path, "NewFolder"); // tests that the folder is created if it doesn't exist 509ctx.OutputPath = "/tmp/test-path";
1 reference to OutputPath
Aspire.Hosting (1)
Publishing\ResourceContainerImageManager.cs (1)
174options.OutputPath = context.OutputPath;