You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"loc.input.help.disablePercentEscaping": "By default percent is being escaped in script output - since task always executes script as batch file. Set this to true if you want to disable this behavior.",
Copy file name to clipboardExpand all lines: Tasks/CmdLineV2/task.json
+1-10Lines changed: 1 addition & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
"version": {
19
19
"Major": 2,
20
20
"Minor": 200,
21
-
"Patch": 1
21
+
"Patch": 2
22
22
},
23
23
"releaseNotes": "Script task consistency. Added support for multiple lines.",
24
24
"showEnvironmentVariables": true,
@@ -59,15 +59,6 @@
59
59
"required": false,
60
60
"helpMarkDown": "If this is true, this task will fail if any errors are written to the StandardError stream.",
61
61
"groupName": "advanced"
62
-
},
63
-
{
64
-
"name": "disablePercentEscaping",
65
-
"type": "boolean",
66
-
"label": "Disable percent escaping",
67
-
"defaultValue": "false",
68
-
"required": false,
69
-
"helpMarkDown": "By default percent is being escaped in script output - since task always executes script as batch file. Set this to true if you want to disable this behavior.",
0 commit comments