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 improvements for BinObj issues #1741

Closed
wants to merge 1 commit into from
Closed

Clean improvements for BinObj issues #1741

wants to merge 1 commit into from

Commits on May 30, 2018

  1. Clean improvements for BinObj issues

    1. Clean outputs on nuget install/restore
    
    When building an Android project inside VS and the corresponding NuGet assets file
    (packages.config or obj\project.assets.json) is updated, the Clean target is also
    executed to make sure that remaining artifacts provided by previously installed packages
    are removed.
    
    2. Ensure all files are included when the Clean target is executed
    
    For now, we're only scheduling the targets when they are executed inside the VS
    in order to avoid CI issues and because the reports we have so far are for dev
    environments only.
    adalon committed May 30, 2018
    Configuration menu
    Copy the full SHA
    e8fa158 View commit details
    Browse the repository at this point in the history