Commit 3debf8e
authored
[BaseTasks] Import Xamarin.Build.AsyncTask (#237)
We've decided to move https://github.com/xamarin/Xamarin.Build.AsyncTask
into this repository as part of dotnet org migration efforts.
Source and test content from xamarin/Xamarin.Build.AsyncTask@db4ce14dac
has been added to Microsoft.Android.Build.BaseTasks.
The `AndroidAsyncTask` and `AsyncTask` classes have been merged,
we've decided we no longer need both levels of abstraction.
`Microsoft.Android.Build.BaseTasks-Tests` has been updated to target
net8.0 as I noticed the tests were no longer running:
/Users/runner/hostedtoolcache/dotnet/dotnet test /Users/runner/work/1/s/bin/TestDebug-net6.0/Microsoft.Android.Build.BaseTasks-Tests.dll --logger trx --results-directory /Users/runner/work/_temp
Starting test execution, please wait...
A total of 1 test files matched the specified pattern.
No test is available in /Users/runner/work/1/s/bin/TestDebug-net6.0/Microsoft.Android.Build.BaseTasks-Tests.dll. Make sure that test discoverer & executors are registered and platform & framework version settings are appropriate and try again.1 parent 9674590 commit 3debf8e
File tree
10 files changed
+559
-64
lines changed- src/Microsoft.Android.Build.BaseTasks
- tests/Microsoft.Android.Build.BaseTasks-Tests
10 files changed
+559
-64
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
44 | 49 | | |
45 | 50 | | |
46 | 51 | | |
| |||
Lines changed: 0 additions & 52 deletions
This file was deleted.
0 commit comments