Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AppCenterDistributeV3: Add missing help descriptions #10597

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand All @@ -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)",
Expand All @@ -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.",
Expand Down
9 changes: 7 additions & 2 deletions Tasks/AppCenterDistributeV3/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -164,13 +166,15 @@
"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
},
{
"name": "destinationType",
"type": "radio",
"label": "Release destination",
"helpMarkDown": "Each release will be distributed to either groups or a store.",
"required": true,
"defaultValue": "groups",
"options": {
Expand Down Expand Up @@ -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"
}
Expand Down
7 changes: 6 additions & 1 deletion Tasks/AppCenterDistributeV3/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"version": {
"Major": 3,
"Minor": 154,
"Patch": 0
"Patch": 1
},
"releaseNotes": "ms-resource:loc.releaseNotes",
"groups": [
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -164,13 +166,15 @@
"name": "isMandatory",
"type": "boolean",
"label": "ms-resource:loc.input.label.isMandatory",
"helpMarkDown": "ms-resource:loc.input.help.isMandatory",
"defaultValue": "false",
"required": false
},
{
"name": "destinationType",
"type": "radio",
"label": "ms-resource:loc.input.label.destinationType",
"helpMarkDown": "ms-resource:loc.input.help.destinationType",
"required": true,
"defaultValue": "groups",
"options": {
Expand Down Expand Up @@ -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"
}
Expand Down