Commit 192497b
authored
[tests] ignore .NET 5 tests (#4603)
Some of our tests are failing on CI with:
dotnet\sdk\5.0.100-preview.2.20176.6\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(329,5):
error NETSDK1082: There was no runtime pack for Microsoft.NETCore.App available for the specified RuntimeIdentifier 'android.21-x86'.
These tests work fine if you install a master build of .NET 5, but
not with the current .NET 5 Preview 3 release. We will need a build
of .NET 5 Preview 4 for these tests to work.
Let's ignore them for now, so our CI will be more greenish.1 parent 20d5b6b commit 192497b
File tree
1 file changed
+5
-1
lines changed- src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests
1 file changed
+5
-1
lines changedLines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
60 | 65 | | |
61 | 66 | | |
62 | 67 | | |
| |||
68 | 73 | | |
69 | 74 | | |
70 | 75 | | |
71 | | - | |
72 | 76 | | |
73 | 77 | | |
74 | 78 | | |
| |||
0 commit comments