Skip to content

Commit 93c5998

Browse files
committed
Current working dir description.
1 parent 529f3a1 commit 93c5998

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"loc.input.label.disableAutoCwd": "Specify Working Directory",
1212
"loc.input.help.disableAutoCwd": "The default behavior is to set the working directory to the script location. This enables you to optionally specify a different working directory.",
1313
"loc.input.label.cwd": "Working Directory",
14-
"loc.input.help.cwd": "Current working directory when script is run. Defaults to the $(System.DefaultWorkingDirectory).",
14+
"loc.input.help.cwd": "Current working directory where the script is run. Empty is the root of the repo (build) or artifacts (release), which is $(System.DefaultWorkingDirectory).",
1515
"loc.input.label.failOnStandardError": "Fail on Standard Error",
1616
"loc.input.help.failOnStandardError": "If this is true, this task will fail if any errors are written to the StandardError stream.",
1717
"loc.messages.BashReturnCode": "Bash exited with return code: %d",

Tasks/ShellScript/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"defaultValue": "",
6060
"required": false,
6161
"visibleRule": "disableAutoCwd = true",
62-
"helpMarkDown": "Current working directory when script is run. Defaults to the $(System.DefaultWorkingDirectory).",
62+
"helpMarkDown": "Current working directory where the script is run. Empty is the root of the repo (build) or artifacts (release), which is $(System.DefaultWorkingDirectory).",
6363
"groupName": "advanced"
6464
},
6565
{

0 commit comments

Comments
 (0)