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