File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
src/Xamarin.Android.Tools.BootstrapTasks/Xamarin.Android.Tools.BootstrapTasks Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,6 @@ public class RunUITests : Adb
1010 [ Required ]
1111 public string Activity { get ; set ; }
1212
13- protected override bool LogTaskMessages {
14- get { return false ; }
15- }
16-
1713 public override bool Execute ( )
1814 {
1915 Log . LogMessage ( MessageImportance . Low , $ "Task { nameof ( RunUITests ) } ") ;
Original file line number Diff line number Diff line change 1616 <Import Project =" ..\src\Mono.Android\Test\Mono.Android-Tests.projitems" />
1717 <Import Project =" ..\tests\CodeGen-Binding\Xamarin.Android.JcwGen-Tests\Xamarin.Android.JcwGen-Tests.projitems" Condition =" '$(Configuration)' == 'Debug' " />
1818 <Import Project =" ..\tests\locales\Xamarin.Android.Locale-Tests\Xamarin.Android.Locale-Tests.projitems" Condition =" '$(Configuration)' == 'Debug' " />
19- <Import Project =" ..\tests\Xamarin.Forms-Performance-Integration\Droid\Xamarin.Forms.Performance.Integration.Droid.projitems" Condition = " '$(Configuration)' == 'Release' And '$(AotAssemblies)' != 'true' " />
19+ <Import Project =" ..\tests\Xamarin.Forms-Performance-Integration\Droid\Xamarin.Forms.Performance.Integration.Droid.projitems" />
2020 <Import Project =" ..\build-tools\scripts\TestApks.targets" />
2121 <PropertyGroup >
2222 <RunApkTestsDependsOn >
You can’t perform that action at this time.
0 commit comments