Skip to content

Commit

Permalink
Updating script comments
Browse files Browse the repository at this point in the history
  • Loading branch information
darthwillis committed May 2, 2018
1 parent 186e2a8 commit ce55749
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Tasks/BashV3/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"label": "Script",
"visibleRule": "targetType = inline",
"required": true,
"defaultValue": "# Write your commands here",
"defaultValue": "# Write your commands here\n\n# Use the environment variables input below to pass secret variables to this script.",
"properties": {
"resizable": "true",
"rows": "10",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/BashV3/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"label": "ms-resource:loc.input.label.script",
"visibleRule": "targetType = inline",
"required": true,
"defaultValue": "# Write your commands here",
"defaultValue": "# Write your commands here\n\n# Use the environment variables input below to pass secret variables to this script.",
"properties": {
"resizable": "true",
"rows": "10",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/CmdLineV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"type": "multiLine",
"label": "Script",
"required": true,
"defaultValue": "echo Write your commands here",
"defaultValue": "echo Write your commands here\n\necho Use the environment variables input below to pass secret variables to this script.",
"properties": {
"resizable": "true",
"rows": "10",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/CmdLineV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"type": "multiLine",
"label": "ms-resource:loc.input.label.script",
"required": true,
"defaultValue": "echo Write your commands here",
"defaultValue": "echo Write your commands here\n\necho Use the environment variables input below to pass secret variables to this script.",
"properties": {
"resizable": "true",
"rows": "10",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/PowerShellV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"label": "Script",
"visibleRule": "targetType = inline",
"required": true,
"defaultValue": "# Write your powershell commands here.\n\nWrite-Host \"Hello World\"",
"defaultValue": "# Write your powershell commands here.\n\nWrite-Host \"Hello World\"\n\n# Use the environment variables input below to pass secret variables to this script.",
"properties": {
"resizable": "true",
"rows": "10",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/PowerShellV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"label": "ms-resource:loc.input.label.script",
"visibleRule": "targetType = inline",
"required": true,
"defaultValue": "# Write your powershell commands here.\n\nWrite-Host \"Hello World\"",
"defaultValue": "# Write your powershell commands here.\n\nWrite-Host \"Hello World\"\n\n# Use the environment variables input below to pass secret variables to this script.",
"properties": {
"resizable": "true",
"rows": "10",
Expand Down

0 comments on commit ce55749

Please sign in to comment.