PipelineOptions
Class net10.0
Represents the options for executing a pipeline.
namespace Aspire.Hosting.Pipelines;
public class PipelineOptions{ // ...} 5 members
Constructors1
Section titled ConstructorsProperties4
Section titled PropertiesClearCacheget; setbool Gets or sets a value indicating whether to clear the deployment cache. When true, deployment state will not be saved or used.
LogLevelget; setstring? Gets or sets the minimum log level for pipeline execution.
OutputPathget; setstring? Gets or sets the path to the directory where the pipeline output will be written.
Stepget; setstring? Gets or sets the name of a specific pipeline step to run. When specified, only this step and its dependencies will be executed.