-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed U+0441 character to U+0063 (#359)
* Changed U+0441 character to U+0063 * Added alias for backward compatibility * Changed variable name to avoid confusion * Changed corresponding guide * Added build status * bumping task version
- Loading branch information
1 parent
73ae5ad
commit 9899567
Showing
8 changed files
with
41 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ This extension supports Visual Studio Team Services (VSTS) and Team Foundation S | |
In order to automate the release of app updates to the Google Play store, you need to have manually released at least one version through the [Google Play Developer Console](https://play.google.com/apps/publish/). Additionally, you need to create a service account that is authorized to manage your app(s) releases on your behalf and can be used to authenticate "headlessly" from your VSTS build/release definitions. If you haven't already done so, then perform the following steps to create a service account: | ||
> For a more in depth guide [click this link](https://docs.microsoft.com/en-us/appcenter/distribution/stores/googleplay). | ||
1. Login to the [Google Play Developer Console](https://play.google.com/apps/publish/) and select **Settings** in the left-hand navigation menu (the gear icon) | ||
1. Login to the [Google Play Developer Console](https://play.google.com/apps/publish/) and select **Setup** in the left-hand navigation menu (the gear icon) | ||
|
||
2. Select the **API access** setting and click the **Create Service Account** button underneath the **Service Accounts** section | ||
|
||
|
@@ -31,15 +31,11 @@ In order to automate the release of app updates to the Google Play store, you ne | |
|
||
6. Save the provided JSON file somewhere safe and memorable. You'll be using it later. | ||
|
||
7. Go to the **IAM** page and click on the **Add** button. | ||
7. Back in the **Google Play Developer Console**, click the **Done** button to close the modal | ||
|
||
8. Select the newly created service account in the **New members** box and assign it the **Service Account User Role**, then click **Save**. | ||
8. Click the **Grant access** button in the row associated with the service account you just created. | ||
|
||
9. Back in the **Google Play Developer Console**, click the **Done** button to close the modal | ||
|
||
10. Click the **Grant access** button in the row associated with the service account you just created. | ||
|
||
11. Ensure that the **Role** is set to **Release Manager** and then click the **Add user** button | ||
9. Ensure that the **Role** is set to **Release Manager** and then click the **Add user** button | ||
|
||
To take advantage of the metadata updating capabilities, files need to be organized using fastlane’s [supply tool](https://github.com/fastlane/fastlane/tree/master/supply#readme) format: | ||
|
||
|
@@ -215,7 +211,7 @@ $(Specified Directory) | |
|
||
8. **Deobfuscation path** *(File path, Required if visible)* - The path to the native debug symbols zip archive to upload. Glob patterns are supported. Only visible if `Upload native debug symbols` is enabled. | ||
|
||
9. **Send changes to review** *(Boolean, Optional)* - Select this option to send changes for review in GooglePlay Console. If changes are already sent for review automatically, you shouldn't select this option. | ||
9. **Send changes to review** *(Boolean, Optional)* - Select this option to send changes for review in GooglePlay Console. If changes are already sent for review automatically, you shouldn't select this option. | ||
|
||
![Send Changes To Review](images/send-changes-to-review.png) | ||
|
||
|
@@ -333,6 +329,8 @@ Allows you to promote a previously released APK from one track to another (e.g. | |
|
||
5. **Rollout Fraction** *(String, Required if visible)* - The percentage of users to roll the app out to, specified as a number between 0 and 1 (e.g. `0.5` == `50%` of users). If you use rollout, and want to be able to automate the process of increasing the rollout over time, refer to the `Google Play - Increase Rollout` task. | ||
|
||
6. **Clean Source Track** *(Boolean, Optional)* - Clean the source track. Default value is _true_. | ||
|
||
### Google Play - Increase Rollout | ||
|
||
Allows you to increase the rollout percentage of an app that was previously released to the **Rollout** track, and includes the following options: | ||
|
@@ -448,3 +446,4 @@ $(Specified Directory) | |
Google Play and the Google Play logo are trademarks of Google Inc. | ||
|
||
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments. | ||
Google Play and the Google Play logo are trademarks of Google Inc. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# Visual Studio Team Services Extension for Google Play | ||
|
||
[![Build status](https://dev.azure.com/mseng/AzureDevOps/_apis/build/status/CrossPlatform.google-play-vsts-extension.GitHub.CI)](https://dev.azure.com/mseng/AzureDevOps/_build/latest?definitionId=5350) | ||
|
||
This extension contains a set of deployment tasks which allow you to automate the release, promotion and rollout of app updates to the Google Play store from your CI environment. This can reduce the effort needed to keep your internal test, alpha, beta, rollout and production deployments up-to-date, since you can simply push changes to the configured source control branches, and let your automated build take care of the rest. | ||
|
||
## Prerequisites | ||
|
@@ -9,7 +11,7 @@ This extension supports Visual Studio Team Services (VSTS) and Team Foundation S | |
In order to automate the release of app updates to the Google Play store, you need to have manually released at least one version through the [Google Play Developer Console](https://play.google.com/apps/publish/). Additionally, you need to create a service account that is authorized to manage your app(s) releases on your behalf and can be used to authenticate "headlessly" from your VSTS build/release definitions. If you haven't already done so, then perform the following steps to create a service account: | ||
> For a more in depth guide [click this link](https://docs.microsoft.com/en-us/appcenter/distribution/stores/googleplay). | ||
1. Login to the [Google Play Developer Console](https://play.google.com/apps/publish/) and select **Settings** in the left-hand navigation menu (the gear icon) | ||
1. Login to the [Google Play Developer Console](https://play.google.com/apps/publish/) and select **Setup** in the left-hand navigation menu (the gear icon) | ||
|
||
2. Select the **API access** setting and click the **Create Service Account** button underneath the **Service Accounts** section | ||
|
||
|
@@ -21,15 +23,11 @@ In order to automate the release of app updates to the Google Play store, you ne | |
|
||
6. Save the provided JSON file somewhere safe and memorable. You'll be using it later. | ||
|
||
7. Go to the **IAM** page and click on the **Add** button. | ||
|
||
8. Select the newly created service account in the **New members** box and assign it the **Service Account User Role**, then click **Save**. | ||
|
||
9. Back in the **Google Play Developer Console**, click the **Done** button to close the modal | ||
7. Back in the **Google Play Developer Console**, click the **Done** button to close the modal | ||
|
||
10. Click the **Grant access** button in the row associated with the service account you just created. | ||
8. Click the **Grant access** button in the row associated with the service account you just created. | ||
|
||
11. Ensure that the **Role** is set to **Release Manager** and then click the **Add user** button | ||
9. Ensure that the **Role** is set to **Release Manager** and then click the **Add user** button | ||
|
||
To take advantage of the metadata updating capabilities, files need to be organized using fastlane’s [supply tool](https://github.com/fastlane/fastlane/tree/master/supply#readme) format: | ||
|
||
|
@@ -205,15 +203,15 @@ $(Specified Directory) | |
|
||
8. **Deobfuscation path** *(File path, Required if visible)* - The path to the native debug symbols zip archive to upload. Glob patterns are supported. Only visible if `Upload native debug symbols` is enabled. | ||
|
||
9. **Send changes to review** *(Boolean, Optional)* - Select this option to send changes for review in GooglePlay Console. If changes are already sent for review automatically, you shouldn't select this option. | ||
9. **Send changes to review** *(Boolean, Optional)* - Select this option to send changes for review in GooglePlay Console. If changes are already sent for review automatically, you shouldn't select this option. | ||
|
||
![Send Changes To Review](images/send-changes-to-review.png) | ||
|
||
10. **Release name** *(String, Optional)* - Allows to set meaningful release name that can be seen in your Google Play Console. It won't be visible to your users. | ||
|
||
![Send Changes To Review](images/send-changes-to-review.png) | ||
|
||
11. **Replace version codes** *(String, Required)* - You may specify which APK version codes should be replaced in the track with this deployment. Available options are: *All*, *List* - comma separated list of version codes, *Regular expression* - a regular expression pattern to select a list of APK version codes to be removed from the track with this deployment, e.g. _.\\*12?(3|4)?5_ | ||
11. **Replace version codes** *(String, Required)* - You may specify which APK version codes should be replaced in the track with this deployment. Available options are: *All*, *List* - comma separated list of version codes, *Regular expression* - a regular expression pattern to select a list of APK version codes to be removed from the track with this deployment, e.g. _.\\*12?(3|4)?5_ | ||
|
||
|
||
12. **Replace Version Codes** *(String, Optional)* - Specify version codes to replace in the selected track with the new APKs/AABs: all, the comma separated list, or a regular expression pattern. Not visible if `action` is *Only update store listing*. | ||
|
@@ -224,8 +222,6 @@ $(Specified Directory) | |
|
||
14. **Version Code Pattern** *(String, Required if visible)* - The regular expression pattern to select a list of version codes to be removed from the track with this deployment, e.g. .\*12?(3|4)?5. Only available if `Replace Version Codes` value is *Regular expression*. | ||
|
||
15. **Release as Draft** *(Boolean, Optional)* - Allows to create a draft release which can later be deployed via the Google Play Console. | ||
|
||
### Google Play - Release V3 (deprecated in favor of Google Play - Release V4) | ||
|
||
Allows you to release an update to your app on Google Play, and includes the following options: | ||
|
@@ -325,6 +321,8 @@ Allows you to promote a previously released APK from one track to another (e.g. | |
|
||
5. **Rollout Fraction** *(String, Required if visible)* - The percentage of users to roll the app out to, specified as a number between 0 and 1 (e.g. `0.5` == `50%` of users). If you use rollout, and want to be able to automate the process of increasing the rollout over time, refer to the `Google Play - Increase Rollout` task. | ||
|
||
6. **Clean Source Track** *(Boolean, Optional)* - Clean the source track. Default value is _true_. | ||
|
||
### Google Play - Increase Rollout | ||
|
||
Allows you to increase the rollout percentage of an app that was previously released to the **Rollout** track, and includes the following options: | ||
|
@@ -440,3 +438,4 @@ $(Specified Directory) | |
Google Play and the Google Play logo are trademarks of Google Inc. | ||
|
||
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments. | ||
Google Play and the Google Play logo are trademarks of Google Inc. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.