Skip to content

Commit 15821ab

Browse files
committed
PublishSymbols V1 Task : Updating title information tooltip with better text instead of duplicate title
1 parent c8babd6 commit 15821ab

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"loc.friendlyName": "Index Sources & Publish Symbols",
3-
"loc.helpMarkDown": "Index your source code and publish symbols to a file share<br/>[More Information](https://go.microsoft.com/fwlink/?LinkID=613722)",
3+
"loc.helpMarkDown": "Indexing enables you to use your .pdb symbol files to debug an app on a machine other than the one you used to build the app. For example, you can debug an app built by a build agent from a dev machine that does not have the source code.<br/>[More Information](https://go.microsoft.com/fwlink/?LinkID=613722)",
44
"loc.description": "Index your source code and publish symbols to a file share",
55
"loc.instanceNameFormat": "Publish symbols path: $(SymbolsPath)",
66
"loc.group.displayName.advanced": "Advanced",

Tasks/PublishSymbols/task.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "PublishSymbols",
44
"friendlyName": "Index Sources & Publish Symbols",
55
"description": "Index your source code and publish symbols to a file share",
6-
"helpMarkDown": "Index your source code and publish symbols to a file share<br/>[More Information](https://go.microsoft.com/fwlink/?LinkID=613722)",
6+
"helpMarkDown": "Indexing enables you to use your .pdb symbol files to debug an app on a machine other than the one you used to build the app. For example, you can debug an app built by a build agent from a dev machine that does not have the source code.<br/>[More Information](https://go.microsoft.com/fwlink/?LinkID=613722)",
77
"category": "Build",
88
"visibility": [
99
"Build"
@@ -12,7 +12,7 @@
1212
"version": {
1313
"Major": 1,
1414
"Minor": 0,
15-
"Patch": 38
15+
"Patch": 39
1616
},
1717
"minimumAgentVersion": "1.95.0",
1818
"groups": [

Tasks/PublishSymbols/task.loc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"version": {
1313
"Major": 1,
1414
"Minor": 0,
15-
"Patch": 38
15+
"Patch": 39
1616
},
1717
"minimumAgentVersion": "1.95.0",
1818
"groups": [

0 commit comments

Comments
 (0)