Build Acceleration is a feature of Visual Studio that reduces the time required to build projects.
The feature was added in 17.5 and is currently opt-in. It applies to SDK-style .NET projects only. It is simple to try, and in most cases will improve build times. Larger solutions will see greater gains.
Build acceleration is currently opt-in. Details on how to enable build acceleration can be found in our
documentation.