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

Shows Duplicate Releases on Internal Testing Track #397

Open SteveKennedy opened 1 year ago

SteveKennedy commented 1 year ago

I use Azure DevOps Release pipeline to push updates for my mobile app to Google Play Store. Specifically, I am using this release extension - https://marketplace.visualstudio.com/items?itemName=ms-vsclient.google-play.

The release task seems to publish successfully. But as you can tell from the screenshot, it shows that TWO releases were published at the same time. One is the versioned app (e.g. 0.2274.830). The other seems immediately subsequent, and is named the current date (e.g. "2023-03-25"). I would expect the 1st one, but not the second one.

No other track (Closed Alpha, Open Beta, or Production) does this.

image

I've also posted this same question here - https://stackoverflow.com/questions/75844562/google-play-store-release-shows-duplicate-releases-on-internal-testing-track

SteveKennedy commented 1 year ago

If it helps, the releases with the Date (as opposed to the version) don't seem to have any "version codes"

image

ivanduplenskikh commented 1 year ago

Hi @SteveKennedy thanks for reporting! We are working on more prioritized issues at the moment, but will get back to this one soon.