We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d03fbd commit dbf485eCopy full SHA for dbf485e
src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests/AotTests.cs
@@ -84,6 +84,8 @@ public void BuildBasicApplicationReleaseWithCustomAotProfile ()
84
IsRelease = true,
85
AndroidEnableProfiledAot = true,
86
};
87
+ // A Mono-only test
88
+ proj.SetRuntime (AndroidRuntime.MonoVM);
89
proj.SetProperty (proj.ActiveConfigurationProperties, "AndroidExtraAotOptions", "--verbose");
90
91
byte [] custom_aot_profile = XamarinAndroidCommonProject.GetResourceContents ("Xamarin.ProjectTools.Resources.Base.custom.aotprofile");
0 commit comments