From 11d38b95afc80b446283e8e6eb3f780bb7123cfd Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 22 May 2025 12:44:22 +0000 Subject: [PATCH 1/2] Initial plan for issue From 73298a47b34a71176abe695dddcfeff644eac3eb Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 22 May 2025 12:49:38 +0000 Subject: [PATCH 2/2] Update CopyFilesV2 task minimumAgentVersion and remove Node10 handler Co-authored-by: sanjuyadav24 <185911972+sanjuyadav24@users.noreply.github.com> --- Tasks/CopyFilesV2/task.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Tasks/CopyFilesV2/task.json b/Tasks/CopyFilesV2/task.json index d1becaea458e..593497b8fc19 100644 --- a/Tasks/CopyFilesV2/task.json +++ b/Tasks/CopyFilesV2/task.json @@ -17,11 +17,11 @@ "version": { "Major": 2, "Minor": 256, - "Patch": 0 + "Patch": 1 }, "releaseNotes": "Match pattern consistency.", "demands": [], - "minimumAgentVersion": "2.182.1", + "minimumAgentVersion": "2.206.1", "groups": [ { "name": "advanced", @@ -120,10 +120,6 @@ ], "instanceNameFormat": "Copy Files to: $(TargetFolder)", "execution": { - "Node10": { - "target": "copyfiles.js", - "argumentFormat": "" - }, "Node16": { "target": "copyfiles.js", "argumentFormat": ""