Skip to content

Commit

Permalink
ci: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kazo0 committed Oct 3, 2024
1 parent 5e1ca75 commit 951e1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/scripts/android-uitest-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ 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:IsUiAutomationMappingEnabled=True /p:AndroidUseSharedRuntime=false /p:AotAssemblies=false -bl:$BUILD_ARTIFACTSTAGINGDIRECTORY/android-app.binlog

mkdir -p $UNO_UITEST_SCREENSHOT_PATH

Expand Down

0 comments on commit 951e1cf

Please sign in to comment.