Skip to content

Commit 3d6eb66

Browse files
committed
touchups
1 parent 638fc94 commit 3d6eb66

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/pipelines/apps/mobile/app-signing.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Add the [AndroidSigning@3](/azure/devops/pipelines/tasks/reference/android-signi
4444

4545
- `<apkFiles>` is the required path and name of the APK files to sign. The default value is `**/*.apk`.
4646
- `<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.
4848
- `<apksignerKeystorePassword>` is the password to the unencrypted keystore file.
4949
- `<apksignerKeystoreAlias>` is the key alias for the signing certificate.
5050
- `<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
101101

102102
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).
103103

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.
105105

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.
107107

108108
### Get the provisioning profile
109109

@@ -117,7 +117,7 @@ In Azure Pipelines, upload the provisioning profile to the [secure files library
117117

118118
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).
119119

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.
121121

122122
#### Install the certificate and profile during each build
123123

@@ -188,7 +188,7 @@ To install the provisioning profile on the agent, run the following command from
188188
sudo cp <profile> ~/Library/MobileDevice/Provisioning Profiles/<UUID>.mobileprovision
189189
```
190190
191-
**Add signing and provisioning tasks that use the default keychain to the pipeline**
191+
**Add signing and provisioning tasks that use the default keychain**
192192
193193
# [YAML](#tab/yaml)
194194

0 commit comments

Comments
 (0)