Skip to content

Commit 98cb409

Browse files
Update src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests/BuildTest.cs
Co-authored-by: Jonathan Peppers <[email protected]>
1 parent 2fa7884 commit 98cb409

File tree

1 file changed

+1
-1
lines changed
  • src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ public void SmokeTestBuildWithSpecialCharacters ([Values (false, true)] bool for
348348
proj.ProjectName = testName;
349349
proj.IsRelease = true;
350350

351-
if (runtime != AndroidRuntime.NativeAOT) {
351+
if (runtime == AndroidRuntime.MonoVM) {
352352
proj.AotAssemblies = aot;
353353
}
354354

0 commit comments

Comments
 (0)