1 write to OutputPath
Aspire.Hosting (1)
Publishing\ResourceContainerImageManager.cs (1)
196
options.
OutputPath
= context.OutputPath;
5 references to OutputPath
Aspire.Hosting (5)
Publishing\ResourceContainerImageManager.cs (5)
333
if (!string.IsNullOrEmpty(options.
OutputPath
))
335
arguments += $" /p:ContainerArchiveOutputPath=\"{options.
OutputPath
}\"";
450
if (options.
OutputPath
is { } outputPath)
465
OutputPath = options.
OutputPath
,
540
var hasNoOutputPath = options.
OutputPath
== null;