Rush StackShopBlogEvents
Skip to main content

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

PropertyModifiersTypeDescription
enableFilteringboolean(BETA) If set to true apply the incrementalBuildIgnoredGlobs property in a project's rush-project.json and exclude matched files from change detection.
includeExternalDependenciesboolean(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)
targetBranchNamestring(BETA)
terminalITerminal(BETA)