Skip to content

Commit

Permalink
chore: Enable AOT for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Dec 9, 2024
1 parent bcc3a3f commit bcb01d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/scripts/android-uitest-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bcb01d4

Please sign in to comment.