Skip to content

Commit f4a22cb

Browse files
committed
Add missing help descriptions, increment patch
1 parent 2ccabfc commit f4a22cb

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

Tasks/AppCenterDistributeV3/Strings/resources.resjson/en-US/resources.resjson

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"loc.helpMarkDown": "For help with this task, visit the Visual Studio App Center [support site](https://aka.ms/appcentersupport/).",
44
"loc.description": "Distribute app builds to testers and users via Visual Studio App Center",
55
"loc.instanceNameFormat": "Deploy $(app) to Visual Studio App Center",
6-
"loc.releaseNotes": "Added support for forwarding Android mapping to App Center Diagnostics.",
6+
"loc.releaseNotes": "Added support for forwarding Android mapping to App Center Diagnostics. Added missing descriptions.",
77
"loc.group.displayName.symbols": "Symbols",
88
"loc.input.label.serverEndpoint": "App Center service connection",
99
"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 @@
1212
"loc.input.label.app": "Binary file path",
1313
"loc.input.help.app": "Relative path from the repo root to the APK or IPA file you want to publish",
1414
"loc.input.label.symbolsType": "Symbols type",
15+
"loc.input.help.symbolsType": "Include symbol files to receive symbolicated stack traces in App Center Diagnostics.",
1516
"loc.input.label.symbolsPath": "Symbols path",
1617
"loc.input.help.symbolsPath": "Relative path from the repo root to the symbols folder.",
1718
"loc.input.label.pdbPath": "Symbols path (*.pdb)",
@@ -23,17 +24,21 @@
2324
"loc.input.label.packParentFolder": "Include all items in parent folder",
2425
"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.",
2526
"loc.input.label.releaseNotesSelection": "Create release notes",
27+
"loc.input.help.releaseNotesSelection": "Release notes will be attached to the release and shown to testers on the installation page.",
2628
"loc.input.label.releaseNotesInput": "Release notes",
2729
"loc.input.help.releaseNotesInput": "Release notes for this version.",
2830
"loc.input.label.releaseNotesFile": "Release notes file",
2931
"loc.input.help.releaseNotesFile": "Select a UTF-8 encoded text file which contains the Release Notes for this version.",
3032
"loc.input.label.isMandatory": "Require users to update to this release",
33+
"loc.input.help.isMandatory": "App Center Distribute SDK required to mandate update. Testers will automatically be prompted to update.",
3134
"loc.input.label.destinationType": "Release destination",
35+
"loc.input.help.destinationType": "Each release will be distributed to either groups or a store.",
3236
"loc.input.label.destinationGroupIds": "Destination IDs",
3337
"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.",
3438
"loc.input.label.destinationStoreId": "Destination ID",
3539
"loc.input.help.destinationStoreId": "ID of the distribution store to deploy to.",
3640
"loc.input.label.isSilent": "Do not notify testers. Release will still be available to install.",
41+
"loc.input.help.isSilent": "Testers will not receive an email for new releases.",
3742
"loc.messages.CannotDecodeEndpoint": "Could not decode the endpoint.",
3843
"loc.messages.NoResponseFromServer": "No response from server.",
3944
"loc.messages.FailedToUploadFile": "Failed to complete file upload.",

Tasks/AppCenterDistributeV3/task.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"version": {
1515
"Major": 3,
1616
"Minor": 154,
17-
"Patch": 0
17+
"Patch": 1
1818
},
19-
"releaseNotes": "Added support for forwarding Android mapping to App Center Diagnostics.",
19+
"releaseNotes": "Added support for forwarding Android mapping to App Center Diagnostics. Added missing descriptions.",
2020
"groups": [
2121
{
2222
"name": "symbols",
@@ -59,6 +59,7 @@
5959
],
6060
"type": "pickList",
6161
"label": "Symbols type",
62+
"helpMarkDown": "Include symbol files to receive symbolicated stack traces in App Center Diagnostics.",
6263
"required": false,
6364
"defaultValue": "Apple",
6465
"groupName": "symbols",
@@ -133,6 +134,7 @@
133134
"type": "radio",
134135
"label": "Create release notes",
135136
"required": true,
137+
"helpMarkDown": "Release notes will be attached to the release and shown to testers on the installation page.",
136138
"defaultValue": "input",
137139
"options": {
138140
"input": "Enter Release Notes",
@@ -164,13 +166,15 @@
164166
"name": "isMandatory",
165167
"type": "boolean",
166168
"label": "Require users to update to this release",
169+
"helpMarkDown": "App Center Distribute SDK required to mandate update. Testers will automatically be prompted to update.",
167170
"defaultValue": "false",
168171
"required": false
169172
},
170173
{
171174
"name": "destinationType",
172175
"type": "radio",
173176
"label": "Release destination",
177+
"helpMarkDown": "Each release will be distributed to either groups or a store.",
174178
"required": true,
175179
"defaultValue": "groups",
176180
"options": {
@@ -202,6 +206,7 @@
202206
"name": "isSilent",
203207
"type": "boolean",
204208
"label": "Do not notify testers. Release will still be available to install.",
209+
"helpMarkDown": "Testers will not receive an email for new releases.",
205210
"required": false,
206211
"visibleRule": "destinationType = groups"
207212
}

Tasks/AppCenterDistributeV3/task.loc.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"version": {
1515
"Major": 3,
1616
"Minor": 154,
17-
"Patch": 0
17+
"Patch": 1
1818
},
1919
"releaseNotes": "ms-resource:loc.releaseNotes",
2020
"groups": [
@@ -59,6 +59,7 @@
5959
],
6060
"type": "pickList",
6161
"label": "ms-resource:loc.input.label.symbolsType",
62+
"helpMarkDown": "ms-resource:loc.input.help.symbolsType",
6263
"required": false,
6364
"defaultValue": "Apple",
6465
"groupName": "symbols",
@@ -133,6 +134,7 @@
133134
"type": "radio",
134135
"label": "ms-resource:loc.input.label.releaseNotesSelection",
135136
"required": true,
137+
"helpMarkDown": "ms-resource:loc.input.help.releaseNotesSelection",
136138
"defaultValue": "input",
137139
"options": {
138140
"input": "Enter Release Notes",
@@ -164,13 +166,15 @@
164166
"name": "isMandatory",
165167
"type": "boolean",
166168
"label": "ms-resource:loc.input.label.isMandatory",
169+
"helpMarkDown": "ms-resource:loc.input.help.isMandatory",
167170
"defaultValue": "false",
168171
"required": false
169172
},
170173
{
171174
"name": "destinationType",
172175
"type": "radio",
173176
"label": "ms-resource:loc.input.label.destinationType",
177+
"helpMarkDown": "ms-resource:loc.input.help.destinationType",
174178
"required": true,
175179
"defaultValue": "groups",
176180
"options": {
@@ -202,6 +206,7 @@
202206
"name": "isSilent",
203207
"type": "boolean",
204208
"label": "ms-resource:loc.input.label.isSilent",
209+
"helpMarkDown": "ms-resource:loc.input.help.isSilent",
205210
"required": false,
206211
"visibleRule": "destinationType = groups"
207212
}

0 commit comments

Comments
 (0)