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 3240c5c commit a55d6f6Copy full SHA for a55d6f6
tests/MSBuildDeviceIntegration/Tests/BundleToolNoAbiSplitTests.cs
@@ -69,6 +69,7 @@ public void OneTimeSetUp ()
69
AotAssemblies = false, // Release defaults to Profiled AOT for .NET 6
70
PackageName = "com.xamarin.bundletoolnoabisplittests",
71
};
72
+ app.SetRuntime (runtime);
73
app.OtherBuildItems.Add (
74
MakeAndroidAsset (
75
include: "Assets\\Textures\\asset1.txt",
0 commit comments