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}\""; 452if (options.OutputPath is { } outputPath) 467OutputPath = options.OutputPath, 542var hasNoOutputPath = options.OutputPath == null;