microsoft / google-play-vsts-extension

Visual Studio Team Services (VSTS) extension for performing continuous delivery to the Google Play store from your automated CI builds
Other
84 stars 57 forks source link

Error signing debug variant bundle to publish android app by Azure pipeline #443

Closed meltanan closed 4 months ago

meltanan commented 4 months ago

Hey

I have my Azure pipeline building (release variant/environment), signing, and releasing app to production with no issues.

When I try to build the app for debug/beta variant/environment I get an error when it tries to sign the bundle. I'm using the same YML file, the only thing I changed in YML file ( from release to debug) is "tasks: ':app:bundleRelease'" ---> "tasks: ':app:bundleDebug'". and I was getting the error. Then, I changed the signing script to include debug instead of release but I was still getting the same error.

I'm not sure what I'm missing, or if I'm using the script correctly or building the bundle correctly using the task.

I attached screen shot of my YML file and the error page.

Screenshot 2024-05-28 at 10 21 17 AM Screenshot 2024-05-28 at 10 27 55 AM

I appreciate any help please.