Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information