How to fix .APK and .AAB release pipeline issue?

Jignesh 0 Reputation points
2024-03-26T07:50:36.0133333+00:00

hello azure dev team,

1> Issue in Bundle path:

Also Check my release pipeline script like below::

steps:

  • task: ms-vsclient.google-play.google-play-release.GooglePlayRelease@4 displayName: 'Release to internal test' inputs: serviceConnection: 'Google Play service connection (******@appwriter-2651e.iam.gserviceaccount.com)' applicationId: com.wizkids.appwriter bundleFile: '**/*.aab' changeLogFile: '-> Test release notes' releaseName: 'AppWriter internal release 001' isDraftRelease: true
##[error]Error: error:1E08010C:DECODER routines::unsupported

Community Center | Not monitored
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.