Home > @microsoft/rush-lib > IGetChangedProjectsOptions
IGetChangedProjectsOptions interface
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Signature:
export interface IGetChangedProjectsOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
enableFiltering | boolean | (BETA) If set to true apply the incrementalBuildIgnoredGlobs property in a project's rush-project.json and exclude matched files from change detection. | |
includeExternalDependencies | boolean | (BETA) If set to true , consider a project's external dependency installation layout as defined in the package manager lockfile when determining if it has changed. | |
shouldFetch? | boolean | (BETA) (Optional) | |
targetBranchName | string | (BETA) | |
terminal | ITerminal | (BETA) |