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

[msbuild] Make the GetFileSystemEntries task capable of copying files to the Mac. #18324

Merged
merged 3 commits into from
May 25, 2023

Commits on May 24, 2023

  1. [msbuild] Make the GetFileSystemEntries task capable of copying files…

    … to the Mac.
    
    Make the GetFileSystemEntries task capable of copying files to the Mac, and
    enable this new behavior when inspecting references for binding resources.
    
    Otherwise the task might not find anything, if the files aren't copied to the
    Mac (this happens if the files originate from NuGets instead of referenced
    projects).
    
    Ref:
    
    * https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1808448 (third attempt)
    * xamarin#18308
    rolfbjarne committed May 24, 2023
    Configuration menu
    Copy the full SHA
    38d9d6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59c9291 View commit details
    Browse the repository at this point in the history
  3. Only copy non-empty files.

    rolfbjarne committed May 24, 2023
    Configuration menu
    Copy the full SHA
    e66fc2d View commit details
    Browse the repository at this point in the history