Skip to content

Commit d8a81c1

Browse files
committed
Fixing the label
1 parent afae9c8 commit d8a81c1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

vsts-extension/CompileMql5Task/task.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"version": {
1313
"Major": 0,
1414
"Minor": 1,
15-
"Patch": 0
15+
"Patch": 1
1616
},
1717
"minimumAgentVersion": "1.95.0",
1818
"instanceNameFormat": "Compile $(pathToSources)",
@@ -44,9 +44,10 @@
4444
{
4545
"name": "metaEditorPath",
4646
"type": "filePath",
47-
"label": "Path to metaeditor64.exe. If left blank, it will be automatically downloaded from external site.",
47+
"label": "Path to metaeditor64.exe",
4848
"defaultValue": "",
4949
"required": false,
50+
"helpMarkDown": "Path to metaeditor64.exe. If left blank, it will be automatically downloaded from external site.",
5051
"groupName": "advanced"
5152
}
5253
],

vsts-extension/vss-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifestVersion": 1,
33
"id": "stpatrick-tfs-build-tasks-mql5",
44
"name": "MetaTrader 5 build tasks",
5-
"version": "0.1.1",
5+
"version": "0.1.2",
66
"publisher": "philip-patrick",
77
"targets": [
88
{

0 commit comments

Comments
 (0)