diff --git a/Tasks/BashV3/task.json b/Tasks/BashV3/task.json index 93f9b1f6660d..4c95a0925164 100644 --- a/Tasks/BashV3/task.json +++ b/Tasks/BashV3/task.json @@ -16,13 +16,13 @@ "author": "Microsoft Corporation", "version": { "Major": 3, - "Minor": 127, + "Minor": 135, "Patch": 0 }, "releaseNotes": "This is an early preview. Script task consistency. Added support for multiple lines and added support for Windows.", - "preview": true, "minimumAgentVersion": "2.115.0", "instanceNameFormat": "Bash Script", + "showEnvironmentVariables": true, "groups": [ { "name": "advanced", @@ -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", diff --git a/Tasks/BashV3/task.loc.json b/Tasks/BashV3/task.loc.json index ee82d7f43b1b..73e0bed02737 100644 --- a/Tasks/BashV3/task.loc.json +++ b/Tasks/BashV3/task.loc.json @@ -16,13 +16,13 @@ "author": "Microsoft Corporation", "version": { "Major": 3, - "Minor": 127, + "Minor": 135, "Patch": 0 }, "releaseNotes": "ms-resource:loc.releaseNotes", - "preview": true, "minimumAgentVersion": "2.115.0", "instanceNameFormat": "ms-resource:loc.instanceNameFormat", + "showEnvironmentVariables": true, "groups": [ { "name": "advanced", @@ -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", diff --git a/Tasks/CmdLineV2/task.json b/Tasks/CmdLineV2/task.json index e5ff828396cd..546274226ed3 100644 --- a/Tasks/CmdLineV2/task.json +++ b/Tasks/CmdLineV2/task.json @@ -16,11 +16,11 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 127, + "Minor": 135, "Patch": 0 }, "releaseNotes": "This is an early preview. Script task consistency. Added support for multiple lines.", - "preview": true, + "showEnvironmentVariables": true, "groups": [ { "name": "advanced", @@ -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", diff --git a/Tasks/CmdLineV2/task.loc.json b/Tasks/CmdLineV2/task.loc.json index 0deb0a53157a..893e735aff88 100644 --- a/Tasks/CmdLineV2/task.loc.json +++ b/Tasks/CmdLineV2/task.loc.json @@ -16,11 +16,11 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 127, + "Minor": 135, "Patch": 0 }, "releaseNotes": "ms-resource:loc.releaseNotes", - "preview": true, + "showEnvironmentVariables": true, "groups": [ { "name": "advanced", @@ -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", diff --git a/Tasks/PowerShellV2/task.json b/Tasks/PowerShellV2/task.json index 5bba544043f3..0e6fe1d6f5ba 100644 --- a/Tasks/PowerShellV2/task.json +++ b/Tasks/PowerShellV2/task.json @@ -16,12 +16,12 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 129, + "Minor": 135, "Patch": 0 }, "releaseNotes": "This is an early preview. Script task consistency. Added support for macOS and Linux.", - "preview": true, "minimumAgentVersion": "2.115.0", + "showEnvironmentVariables": true, "groups": [ { "name": "advanced", @@ -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", diff --git a/Tasks/PowerShellV2/task.loc.json b/Tasks/PowerShellV2/task.loc.json index f6bbb43b8f13..da1d51432c57 100644 --- a/Tasks/PowerShellV2/task.loc.json +++ b/Tasks/PowerShellV2/task.loc.json @@ -16,12 +16,12 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 129, + "Minor": 135, "Patch": 0 }, "releaseNotes": "ms-resource:loc.releaseNotes", - "preview": true, "minimumAgentVersion": "2.115.0", + "showEnvironmentVariables": true, "groups": [ { "name": "advanced", @@ -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",