You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pipelines/apps/mobile/app-signing.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,7 @@ On the pipeline **Variables** tab, add the following variables:
75
75
- **key-password**: Password for the key associated with the specified alias. Be sure to select the **lock** icon.
76
76
77
77
On the pipeline **Tasks** tab, select the Android signing task and reference the names of your newly created variables in the **Signing Options** as `$(<keystore-password>)`, `$(<key-alias>)`, and `$(<key-password>)`.
78
+
78
79
---
79
80
80
81
Any build agent can now securely sign your app without any certificate management on the build machine itself.
0 commit comments