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