Skip to content

Commit 3debf8e

Browse files
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

10 files changed

+559
-64
lines changed

Diff for: azure-pipelines.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ jobs:
4141
inputs:
4242
version: $(DotNetCoreVersion)
4343

44+
- task: UseDotNet@2
45+
displayName: Use .NET Core 8.0.x
46+
inputs:
47+
version: 8.0.x
48+
4449
- task: DotNetCoreCLI@2
4550
displayName: Build solution Xamarin.Android.Tools.sln
4651
inputs:

Diff for: src/Microsoft.Android.Build.BaseTasks/AndroidAsyncTask.cs

-52
This file was deleted.

0 commit comments

Comments
 (0)