Using Azure DevOps Caching for react native windows based PR builds #14203
-
Our team is exploring the possibility of using build pipeline caching to speed up PR builds for a windows react native based project. Our intention is to cache the react native binaries so that we don't need to build the react native libraries on each PR build. our pipelines do a clean fresh fetch to build each PR and is not using incremental fetch. We've reviewed the documentation here: Azure DevOps Pipeline Caching. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
We haven't looked into that, however we do know that build times are long and our plan for this is by leaning into pre-build nuget binaries as the default starting with RNW on Meta's new architecture (and you can try this out today!). That should give significant wins in your build time, and will become the default soon. |
Beta Was this translation helpful? Give feedback.
We haven't looked into that, however we do know that build times are long and our plan for this is by leaning into pre-build nuget binaries as the default starting with RNW on Meta's new architecture (and you can try this out today!). That should give significant wins in your build time, and will become the default soon.