diff --git a/Tasks/InstallAppleCertificateV2/Strings/resources.resjson/en-US/resources.resjson b/Tasks/InstallAppleCertificateV2/Strings/resources.resjson/en-US/resources.resjson index 286d17330d62..b9f0a450e6e5 100644 --- a/Tasks/InstallAppleCertificateV2/Strings/resources.resjson/en-US/resources.resjson +++ b/Tasks/InstallAppleCertificateV2/Strings/resources.resjson/en-US/resources.resjson @@ -1,5 +1,5 @@ { - "loc.friendlyName": "Install Apple certificate 2 certs 2", + "loc.friendlyName": "Install Apple certificate", "loc.helpMarkDown": "[Learn more about this task](https://go.microsoft.com/fwlink/?LinkID=862067)", "loc.description": "Install an Apple certificate required to build on a macOS agent machine", "loc.instanceNameFormat": "Install an Apple certificate", diff --git a/Tasks/InstallAppleCertificateV2/task.json b/Tasks/InstallAppleCertificateV2/task.json index f13095022973..b9f7aacc7f7b 100644 --- a/Tasks/InstallAppleCertificateV2/task.json +++ b/Tasks/InstallAppleCertificateV2/task.json @@ -1,7 +1,7 @@ { - "id": "d2eff759-736d-4b7b-8554-7ba0960d10d6", - "name": "InstallAppleCertificateTestTwoCerts2", - "friendlyName": "Install Apple certificate 2 certs 2", + "id": "d2eff759-736d-4b7b-8554-7ba0960d49d6", + "name": "InstallAppleCertificate", + "friendlyName": "Install Apple certificate", "description": "Install an Apple certificate required to build on a macOS agent machine", "helpUrl": "https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/install-apple-certificate", "helpMarkDown": "[Learn more about this task](https://go.microsoft.com/fwlink/?LinkID=862067)", diff --git a/Tasks/InstallAppleCertificateV2/task.loc.json b/Tasks/InstallAppleCertificateV2/task.loc.json index d0e0b1c8c85d..30de42f1ec63 100644 --- a/Tasks/InstallAppleCertificateV2/task.loc.json +++ b/Tasks/InstallAppleCertificateV2/task.loc.json @@ -1,6 +1,6 @@ { - "id": "d2eff759-736d-4b7b-8554-7ba0960d10d6", - "name": "InstallAppleCertificateTestTwoCerts2", + "id": "d2eff759-736d-4b7b-8554-7ba0960d49d6", + "name": "InstallAppleCertificate", "friendlyName": "ms-resource:loc.friendlyName", "description": "ms-resource:loc.description", "helpUrl": "https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/install-apple-certificate",