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

Fast up-to-date check supports TargetPath for CopyToOutputDirectory items #7470

Merged
merged 3 commits into from
Aug 12, 2021

Commits on Aug 9, 2021

  1. Improve FUTD log message

    This message is more useful when it explains the file paths in question.
    drewnoakes committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    bfbee26 View commit details
    Browse the repository at this point in the history
  2. Rename Link to TargetPath

    It is a more descriptive name, and plays better with subsequent changes.
    drewnoakes committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    e8dca67 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Up-to-date check supports TargetPath metadata

    Source items which participate in `CopyToOutputDirectory` may specify `TargetPath` metadata to control their location relative to the output directory.
    
    Historically, `Link` metadata has been used to control this, and that was supported here. Now, we support both `TargetPath` and `Link`.
    drewnoakes committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    4d45beb View commit details
    Browse the repository at this point in the history