Skip to content

Commit 2ef1cae

Browse files
author
Anatoly Bolshakov
authored
Updated description of filename input (#14642)
1 parent c6e85b6 commit 2ef1cae

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"loc.instanceNameFormat": "Run script $(filename)",
66
"loc.group.displayName.advanced": "Advanced",
77
"loc.input.label.filename": "Path",
8-
"loc.input.help.filename": "Path of the cmd or bat script to execute. Should be fully qualified path or relative to the default working directory.",
8+
"loc.input.help.filename": "Path of the cmd or bat script to execute. Should be fully qualified path or relative to the default working directory (please note that working directory could differ from 'workingFolder' which could be specified for this task).",
99
"loc.input.label.arguments": "Arguments",
1010
"loc.input.help.arguments": "Arguments passed to the cmd or bat script",
1111
"loc.input.label.modifyEnvironment": "Modify Environment",

Tasks/BatchScriptV1/task.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 1,
20-
"Minor": 1,
21-
"Patch": 10
20+
"Minor": 185,
21+
"Patch": 0
2222
},
2323
"demands": [
2424
"Cmd"
@@ -38,7 +38,7 @@
3838
"label": "Path",
3939
"defaultValue": "",
4040
"required": true,
41-
"helpMarkDown": "Path of the cmd or bat script to execute. Should be fully qualified path or relative to the default working directory."
41+
"helpMarkDown": "Path of the cmd or bat script to execute. Should be fully qualified path or relative to the default working directory (please note that working directory could differ from 'workingFolder' which could be specified for this task)."
4242
},
4343
{
4444
"name": "arguments",

Tasks/BatchScriptV1/task.loc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 1,
20-
"Minor": 1,
21-
"Patch": 10
20+
"Minor": 185,
21+
"Patch": 0
2222
},
2323
"demands": [
2424
"Cmd"

0 commit comments

Comments
 (0)