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

Clean up test intermediates when clean test rebuild is requested #62001

Merged
merged 2 commits into from
Nov 24, 2021

Commits on Nov 24, 2021

  1. Clean up test intermediates when clean test rebuild is requested

    I hit this problem locally when working on the test merging
    - I made a change in Jeremy's Roslyn generator logic adding a hard
    FailFast and the tests continued building normally even when
    specifying the rebuild option because the XUnitWrapperGenerator
    project remained in the intermediate test folder and didn't get
    actually rebuilt.
    
    Thanks
    
    Tomas
    trylek committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    7aa6ef3 View commit details
    Browse the repository at this point in the history
  2. Remove superfluous conditional section on Unix per Bruce's feedback

    I have double-checked locally that Unix has no problem whatsoever
    with rm -rf on a non-existent directory. For this reason I have
    removed the pre-existing conditional block instead of creating a new
    one to cater for the intermediate folder.
    
    Thanks
    
    Tomas
    trylek committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    b573a17 View commit details
    Browse the repository at this point in the history