diff --git a/build/scripts/android-uitest-build.sh b/build/scripts/android-uitest-build.sh index 3491aea79..4a4c37d98 100644 --- a/build/scripts/android-uitest-build.sh +++ b/build/scripts/android-uitest-build.sh @@ -37,4 +37,4 @@ fi # Build the sample, while the emulator is starting cd $UNO_UITEST_ANDROID_PROJECT -dotnet publish -f net8.0-android -p:TargetFrameworkOverride=net8.0-android -c Release -p:RuntimeIdentifier=android-x64 /p:IsUiAutomationMappingEnabled=True /p:AndroidUseSharedRuntime=false /p:AotAssemblies=false -bl:$BUILD_ARTIFACTSTAGINGDIRECTORY/android-app.binlog +dotnet publish -f net8.0-android -p:TargetFrameworkOverride=net8.0-android -c Release -p:RuntimeIdentifier=android-x64 /p:IsUiAutomationMappingEnabled=True /p:AndroidUseSharedRuntime=false /p:AotAssemblies=true -bl:$BUILD_ARTIFACTSTAGINGDIRECTORY/android-app.binlog