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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ Add the [AndroidSigning@3](/azure/devops/pipelines/tasks/reference/android-signi
44
44
45
45
- `<apkFiles>`is the required path and name of the APK files to sign. The default value is `**/*.apk`.
46
46
- `<apksign>`must be `true`, which is the default.
47
-
- `<keystore-file>`is the name of your uploaded keystore file in the secure files library.
47
+
- `<apksignerKeystoreFile>`is the name of your uploaded keystore file in the secure files library.
48
48
- `<apksignerKeystorePassword>`is the password to the unencrypted keystore file.
49
49
- `<apksignerKeystoreAlias>`is the key alias for the signing certificate.
50
50
- `<apksignerKeyPassword>`is the password for the key associated with the specified alias.
@@ -101,9 +101,9 @@ Export your development or distribution signing certificate to a *.p12* file by
101
101
102
102
To export using the Keychain Access app on macOS or to generate a signing certificate on Windows, use the procedure described in [iOS Signing](https://github.com/phonegap/phonegap-docs/blob/master/docs/4-phonegap-build/3-signing/2-ios.html.md).
103
103
104
-
In Azure Pipelines **Libraries** > **Secure files**, select **+ Secure file** and upload the P12 file to the Azure Pipelines [secure files library](../../library/secure-files.md). During upload, the certificate is encrypted and securely stored.
104
+
- In Azure Pipelines **Libraries** > **Secure files**, select **+ Secure file** and upload the P12 file to the Azure Pipelines [secure files library](../../library/secure-files.md). During upload, the certificate is encrypted and securely stored.
105
105
106
-
In the **Variables** UI for the app's build pipeline, add a variable named *P12password* with the certificate password as the value. Select the **lock** icon to secure the password and obscure it in logs.
106
+
- In the **Variables** UI for the app's build pipeline, add a variable named *P12password* with the certificate password as the value. Select the **lock** icon to secure the password and obscure it in logs.
107
107
108
108
### Get the provisioning profile
109
109
@@ -117,7 +117,7 @@ In Azure Pipelines, upload the provisioning profile to the [secure files library
117
117
118
118
You need at least one agent machine to run an Azure Pipelines build or release pipeline. You can use [Microsoft-hosted agents](../../agents/hosted.md) or set up [self-hosted agents](../../agents/agents.md#self-hosted-agents). For more information, see [Azure Pipelines agents](../../agents/agents.md).
119
119
120
-
To sign and provision an Apple app, you can either install the required certificate and profiles during each build, or preinstall the certificate and profiles on the macOS build agent.
120
+
For Apple app signing and provisioning, you can either install the required certificate and profiles during each build, or preinstall the certificate and profiles on the macOS build agent.
121
121
122
122
#### Install the certificate and profile during each build
123
123
@@ -188,7 +188,7 @@ To install the provisioning profile on the agent, run the following command from
0 commit comments