Skip to content

Commit 7d12929

Browse files
Pin typemap switching test to CoreCLR
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 6455871 commit 7d12929

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests

src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests/BuildTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -850,6 +850,7 @@ public void BuildAfterUpgradingNuget ([Values] AndroidRuntime runtime)
850850
public void SwitchingTypeMapImplementationTriggersClean ()
851851
{
852852
var proj = new XamarinAndroidApplicationProject ();
853+
proj.SetRuntime (AndroidRuntime.CoreCLR);
853854

854855
using (var b = CreateApkBuilder ()) {
855856
b.CleanupAfterSuccessfulBuild = b.CleanupOnDispose = false;

0 commit comments

Comments
 (0)