Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow enabling Build Acceleration via a feature flag #9181

Merged
merged 1 commit into from
Jul 25, 2023

Commits on Jul 24, 2023

  1. Allow enabling Build Acceleration via a feature flag

    This change adds code that checks the `ManagedProjectSystem.EnableBuildAccelerationByDefault` feature flag when a project does not explicitly define the `AccelerateBuildsInVisualStudio` MSBuild property. This allows users to enable the feature at the IDE level, rather than the project level.
    
    If a project defines the `AccelerateBuildsInVisualStudio` property, then that value overrides any feature flag value.
    drewnoakes committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    fe6b1ad View commit details
    Browse the repository at this point in the history