From 1de0149e99048c944094e1bd854d3dc9162e694f Mon Sep 17 00:00:00 2001 From: Matthias Wenz Date: Thu, 6 Jun 2019 11:45:55 -0700 Subject: [PATCH] Add missing help descriptions, increment patch --- .../Strings/resources.resjson/en-US/resources.resjson | 7 ++++++- Tasks/AppCenterDistributeV3/task.json | 9 +++++++-- Tasks/AppCenterDistributeV3/task.loc.json | 7 ++++++- 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/Tasks/AppCenterDistributeV3/Strings/resources.resjson/en-US/resources.resjson b/Tasks/AppCenterDistributeV3/Strings/resources.resjson/en-US/resources.resjson index 8af5e90fe886..52c7f1d59b77 100644 --- a/Tasks/AppCenterDistributeV3/Strings/resources.resjson/en-US/resources.resjson +++ b/Tasks/AppCenterDistributeV3/Strings/resources.resjson/en-US/resources.resjson @@ -3,7 +3,7 @@ "loc.helpMarkDown": "For help with this task, visit the Visual Studio App Center [support site](https://aka.ms/appcentersupport/).", "loc.description": "Distribute app builds to testers and users via Visual Studio App Center", "loc.instanceNameFormat": "Deploy $(app) to Visual Studio App Center", - "loc.releaseNotes": "Added support for forwarding Android mapping to App Center Diagnostics.", + "loc.releaseNotes": "Added support for forwarding Android mapping to App Center Diagnostics. Added missing descriptions.", "loc.group.displayName.symbols": "Symbols", "loc.input.label.serverEndpoint": "App Center service connection", "loc.input.help.serverEndpoint": "Select the service connection for Visual Studio App Center. To create one, click the Manage link and create a new service connection.", @@ -12,6 +12,7 @@ "loc.input.label.app": "Binary file path", "loc.input.help.app": "Relative path from the repo root to the APK or IPA file you want to publish", "loc.input.label.symbolsType": "Symbols type", + "loc.input.help.symbolsType": "Include symbol files to receive symbolicated stack traces in App Center Diagnostics.", "loc.input.label.symbolsPath": "Symbols path", "loc.input.help.symbolsPath": "Relative path from the repo root to the symbols folder.", "loc.input.label.pdbPath": "Symbols path (*.pdb)", @@ -23,17 +24,21 @@ "loc.input.label.packParentFolder": "Include all items in parent folder", "loc.input.help.packParentFolder": "Upload the selected symbols file or folder and all other items inside the same parent folder. This is required for React Native apps.", "loc.input.label.releaseNotesSelection": "Create release notes", + "loc.input.help.releaseNotesSelection": "Release notes will be attached to the release and shown to testers on the installation page.", "loc.input.label.releaseNotesInput": "Release notes", "loc.input.help.releaseNotesInput": "Release notes for this version.", "loc.input.label.releaseNotesFile": "Release notes file", "loc.input.help.releaseNotesFile": "Select a UTF-8 encoded text file which contains the Release Notes for this version.", "loc.input.label.isMandatory": "Require users to update to this release", + "loc.input.help.isMandatory": "App Center Distribute SDK required to mandate update. Testers will automatically be prompted to update.", "loc.input.label.destinationType": "Release destination", + "loc.input.help.destinationType": "Each release will be distributed to either groups or a store.", "loc.input.label.destinationGroupIds": "Destination IDs", "loc.input.help.destinationGroupIds": "IDs of the distribution groups to release to. Leave it empty to use the default group and use commas or semicolons to separate multiple IDs.", "loc.input.label.destinationStoreId": "Destination ID", "loc.input.help.destinationStoreId": "ID of the distribution store to deploy to.", "loc.input.label.isSilent": "Do not notify testers. Release will still be available to install.", + "loc.input.help.isSilent": "Testers will not receive an email for new releases.", "loc.messages.CannotDecodeEndpoint": "Could not decode the endpoint.", "loc.messages.NoResponseFromServer": "No response from server.", "loc.messages.FailedToUploadFile": "Failed to complete file upload.", diff --git a/Tasks/AppCenterDistributeV3/task.json b/Tasks/AppCenterDistributeV3/task.json index 6d3ae84e3852..8a10b751a225 100644 --- a/Tasks/AppCenterDistributeV3/task.json +++ b/Tasks/AppCenterDistributeV3/task.json @@ -14,9 +14,9 @@ "version": { "Major": 3, "Minor": 154, - "Patch": 0 + "Patch": 1 }, - "releaseNotes": "Added support for forwarding Android mapping to App Center Diagnostics.", + "releaseNotes": "Added support for forwarding Android mapping to App Center Diagnostics. Added missing descriptions.", "groups": [ { "name": "symbols", @@ -59,6 +59,7 @@ ], "type": "pickList", "label": "Symbols type", + "helpMarkDown": "Include symbol files to receive symbolicated stack traces in App Center Diagnostics.", "required": false, "defaultValue": "Apple", "groupName": "symbols", @@ -133,6 +134,7 @@ "type": "radio", "label": "Create release notes", "required": true, + "helpMarkDown": "Release notes will be attached to the release and shown to testers on the installation page.", "defaultValue": "input", "options": { "input": "Enter Release Notes", @@ -164,6 +166,7 @@ "name": "isMandatory", "type": "boolean", "label": "Require users to update to this release", + "helpMarkDown": "App Center Distribute SDK required to mandate update. Testers will automatically be prompted to update.", "defaultValue": "false", "required": false }, @@ -171,6 +174,7 @@ "name": "destinationType", "type": "radio", "label": "Release destination", + "helpMarkDown": "Each release will be distributed to either groups or a store.", "required": true, "defaultValue": "groups", "options": { @@ -202,6 +206,7 @@ "name": "isSilent", "type": "boolean", "label": "Do not notify testers. Release will still be available to install.", + "helpMarkDown": "Testers will not receive an email for new releases.", "required": false, "visibleRule": "destinationType = groups" } diff --git a/Tasks/AppCenterDistributeV3/task.loc.json b/Tasks/AppCenterDistributeV3/task.loc.json index c03f386bc912..5ffdd95fa819 100644 --- a/Tasks/AppCenterDistributeV3/task.loc.json +++ b/Tasks/AppCenterDistributeV3/task.loc.json @@ -14,7 +14,7 @@ "version": { "Major": 3, "Minor": 154, - "Patch": 0 + "Patch": 1 }, "releaseNotes": "ms-resource:loc.releaseNotes", "groups": [ @@ -59,6 +59,7 @@ ], "type": "pickList", "label": "ms-resource:loc.input.label.symbolsType", + "helpMarkDown": "ms-resource:loc.input.help.symbolsType", "required": false, "defaultValue": "Apple", "groupName": "symbols", @@ -133,6 +134,7 @@ "type": "radio", "label": "ms-resource:loc.input.label.releaseNotesSelection", "required": true, + "helpMarkDown": "ms-resource:loc.input.help.releaseNotesSelection", "defaultValue": "input", "options": { "input": "Enter Release Notes", @@ -164,6 +166,7 @@ "name": "isMandatory", "type": "boolean", "label": "ms-resource:loc.input.label.isMandatory", + "helpMarkDown": "ms-resource:loc.input.help.isMandatory", "defaultValue": "false", "required": false }, @@ -171,6 +174,7 @@ "name": "destinationType", "type": "radio", "label": "ms-resource:loc.input.label.destinationType", + "helpMarkDown": "ms-resource:loc.input.help.destinationType", "required": true, "defaultValue": "groups", "options": { @@ -202,6 +206,7 @@ "name": "isSilent", "type": "boolean", "label": "ms-resource:loc.input.label.isSilent", + "helpMarkDown": "ms-resource:loc.input.help.isSilent", "required": false, "visibleRule": "destinationType = groups" }