Skip to content

Latest commit

 

History

History
61 lines (33 loc) · 1.37 KB

File metadata and controls

61 lines (33 loc) · 1.37 KB
hide_title true
custom_edit_url
pagination_prev
pagination_next

Home > @microsoft/rush-lib > ProjectChangeAnalyzer > getChangedProjectsAsync

ProjectChangeAnalyzer.getChangedProjectsAsync() method

This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Gets a list of projects that have changed in the current state of the repo when compared to the specified branch, optionally taking the shrinkwrap and settings in the rush-project.json file into consideration.

Signature:

getChangedProjectsAsync(options: IGetChangedProjectsOptions): Promise<Set<RushConfigurationProject>>;

Parameters

Parameter

Type

Description

options

IGetChangedProjectsOptions

Returns:

Promise<Set<RushConfigurationProject<></>>>