Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.25 KB

File metadata and controls

24 lines (17 loc) · 1.25 KB
hide_title true
custom_edit_url
pagination_prev
pagination_next

Home > @microsoft/rush-lib > RushProjectConfiguration > disableBuildCacheForProject

RushProjectConfiguration.disableBuildCacheForProject property

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

Disable caching for this project. The project will never be restored from cache. This may be useful if this project affects state outside of its folder.

This option is only used when the build cache is enabled for the repo. You can set disableBuildCacheForProject=true to disable caching for a specific project. This is a useful workaround if that project's build scripts violate the assumptions of the cache, for example by writing files outside the project folder. Where possible, a better solution is to improve the build scripts to be compatible with caching.

Signature:

readonly disableBuildCacheForProject: boolean;