You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Xamarin.Android.Build.Tasks] Use Microsoft.Android.Build.BaseTasks (#5464)
Context: dotnet/android-tools#101
Context: xamarin/monodroid#1145
We would like to eventually remove the dependency that xamarin/monodroid
has on xamarin/xamarin-android. As a first step towards this effort,
shared MSBuild code is being moved to xamarin/xamarin-android-tools.
`Xamarin.Android.Build.Tasks` has been updated to use the new shared
`Microsoft.Android.Build.BaseTasks` sources. All of the files that were
moved to xamarin/xamarin-android-tools have been deleted.
The inverted monodroid build has been replaced with the new monodroid
build system, see xamarin/monodroid#1145 for
more context. The one build task test that was still being ran from the
xamarin/monodroid repo has been moved into `DebuggingTasksTests.cs`,
which is conditionally included in `Xamarin.Android.Build.Tests`.
Tests associated with the build task source that was moved to
xamarin/xamarin-android-tools have also been moved to a new
`Microsoft.Android.Build.BaseTasks-Tests` assembly in that repo.
0 commit comments