File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed
src/Xamarin.Android.Tools.BootstrapTasks/Xamarin.Android.Tools.BootstrapTasks Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -154,6 +154,7 @@ run-ji-tests:
154
154
# (2) Add a `@(UnitTestApk)` entry to `tests/RunApkTests.targets`
155
155
TEST_APK_PROJECTS = \
156
156
src/Mono.Android/Test/Mono.Android-Tests.csproj \
157
+ tests/Xamarin.Forms-Performance-Integration/Droid/Xamarin.Forms.Performance.Integration.Droid.csproj \
157
158
tests/CodeGen-Binding/Xamarin.Android.JcwGen-Tests/Xamarin.Android.JcwGen-Tests.csproj \
158
159
tests/locales/Xamarin.Android.Locale-Tests/Xamarin.Android.Locale-Tests.csproj
159
160
Original file line number Diff line number Diff line change @@ -10,10 +10,6 @@ public class RunUITests : Adb
10
10
[ Required ]
11
11
public string Activity { get ; set ; }
12
12
13
- protected override bool LogTaskMessages {
14
- get { return false ; }
15
- }
16
-
17
13
public override bool Execute ( )
18
14
{
19
15
Log . LogMessage ( MessageImportance . Low , $ "Task { nameof ( RunUITests ) } ") ;
Original file line number Diff line number Diff line change 16
16
<Import Project =" ..\src\Mono.Android\Test\Mono.Android-Tests.projitems" />
17
17
<Import Project =" ..\tests\CodeGen-Binding\Xamarin.Android.JcwGen-Tests\Xamarin.Android.JcwGen-Tests.projitems" Condition =" '$(Configuration)' == 'Debug' " />
18
18
<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" />
20
20
<Import Project =" ..\build-tools\scripts\TestApks.targets" />
21
21
<PropertyGroup >
22
22
<RunApkTestsDependsOn >
You can’t perform that action at this time.
0 commit comments