We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54b27ab commit a98eac2Copy full SHA for a98eac2
1 file changed
tests/MSBuildDeviceIntegration/Tests/InstallAndRunTests.cs
@@ -293,11 +293,6 @@ public void SmokeTestBuildAndRunWithSpecialCharacters (string testName)
293
ProjectName = testName,
294
IsRelease = true,
295
};
296
-
297
- if (fullAot)
298
- proj.SetProperty (proj.ReleaseProperties, "RunAOTCompilation", "true");
299
- else
300
- proj.SetProperty (proj.ReleaseProperties, "AndroidEnableProfiledAot", "true");
301
proj.SetAndroidSupportedAbis ("arm64-v8a", "x86_64");
302
proj.SetDefaultTargetDevice ();
303
using (var builder = CreateApkBuilder (Path.Combine (rootPath, proj.ProjectName))){
0 commit comments