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

Switch filter condition from BuildAllConfigurations to BuildTargetFramework #5575

Merged
merged 1 commit into from
Jul 21, 2020

Commits on May 28, 2020

  1. Switch filter condition from BuildAllConfigurations to BuildTargetFra…

    …mework
    
    With dotnet/runtime#35606, we will be able to build for all configurations by default on individual projects hence it doesn't make sense anymore to condition on the `BuildAllConfigurations` property for filtering in the TargetFramework.Sdk. Instead conditioning on `BuildTargetFramework`.
    ViktorHofer authored May 28, 2020
    Configuration menu
    Copy the full SHA
    b49dd7d View commit details
    Browse the repository at this point in the history