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