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
81 stars 57 forks source link

Feature ask: Support optional 'prefix' for track #415

Open oproulx opened 10 months ago

oproulx commented 10 months ago

Track is currently set to a dropdown with fixed options. It would be nice to have the ability to target different form factors (automotive or wear).

API details: The track name for a given form factor track can be computed as: "[prefix]:defaultTrackName". For example Wear OS form factor will have tracks with name: "wear:production", "wear:beta" and "wear:qa".

https://developers.google.com/android-publisher/tracks

Workaround for now is to hard code the string including the pre-fix in the track input.

ismayilov-ismayil commented 10 months ago

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

oproulx commented 10 months ago

Thanks for the quick response! The workaround works for now and if anyone searches the repo for 'wear' or 'automotive' the instructions should come up.