1 write to OutputPath
Aspire.Hosting (1)
Publishing\ResourceContainerImageManager.cs (1)
174
options.
OutputPath
= context.OutputPath;
5 references to OutputPath
Aspire.Hosting (5)
Publishing\ResourceContainerImageManager.cs (5)
294
if (!string.IsNullOrEmpty(options.
OutputPath
))
296
arguments += $" /p:ContainerArchiveOutputPath=\"{options.
OutputPath
}\"";
411
if (options.
OutputPath
is { } outputPath)
426
OutputPath = options.
OutputPath
,
496
var hasNoOutputPath = options.
OutputPath
== null;