1 write to OutputPath
Aspire.Hosting (1)
Publishing\ResourceContainerImageManager.cs (1)
200options.OutputPath = context.OutputPath;
5 references to OutputPath
Aspire.Hosting (5)
Publishing\ResourceContainerImageManager.cs (5)
345if (!string.IsNullOrEmpty(options.OutputPath)) 347arguments += $" /p:ContainerArchiveOutputPath=\"{options.OutputPath}\""; 480if (options.OutputPath is { } outputPath) 495OutputPath = options.OutputPath, 571var hasNoOutputPath = options.OutputPath == null;