1 write to OutputPath
Aspire.Hosting (1)
Publishing\ResourceContainerImageManager.cs (1)
200
options.
OutputPath
= context.OutputPath;
5 references to OutputPath
Aspire.Hosting (5)
Publishing\ResourceContainerImageManager.cs (5)
345
if (!string.IsNullOrEmpty(options.
OutputPath
))
347
arguments += $" /p:ContainerArchiveOutputPath=\"{options.
OutputPath
}\"";
480
if (options.
OutputPath
is { } outputPath)
495
OutputPath = options.
OutputPath
,
571
var hasNoOutputPath = options.
OutputPath
== null;