Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Xamarin.Android.Build.Tasks] Fix weird error with
_CopyPackage
(#2529
) We had an issue where the `_CopyPackage` target was occasionally *NOT* executing when a `.apk` file changed! It was really weird. Rework this to define the `$(_CopyPackageInputs)` Property within a new `_ResolveCopyPackageInputs` target. This should allow it to pick up any dynamically added Items.
- Loading branch information