Skip to content

Commit

Permalink
Set $(IntuneValidateXamarinAndroid) to false
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpeppers committed Apr 26, 2023
1 parent ab13089 commit a5702a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/MSBuildDeviceIntegration/Tests/InstallAndRunTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1029,6 +1029,7 @@ public void MicrosoftIntune ([Values (false, true)] bool isRelease)
KnownPackages.Microsoft_Intune_Maui_Essentials_android,
},
};
proj.SetProperty("IntuneValidateXamarinAndroid", "false");
proj.MainActivity = proj.DefaultMainActivity.Replace ("public class MainActivity : Activity", "public class MainActivity : AndroidX.AppCompat.App.AppCompatActivity");
var abis = new string [] { "armeabi-v7a", "arm64-v8a", "x86", "x86_64" };
proj.SetAndroidSupportedAbis (abis);
Expand Down

0 comments on commit a5702a9

Please sign in to comment.