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 > IOperationSettings > disableBuildCacheForOperation

IOperationSettings.disableBuildCacheForOperation 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 operation. The operation will never be restored from cache. This may be useful if this operation affects state outside of its folder.

This option is only used when the build cache is enabled for the repo. You can set disableBuildCacheForOperation=true to disable caching for a specific project operation. 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:

disableBuildCacheForOperation?: boolean;