From 3b6dd650176d7cd609ec2164943f74207561cb29 Mon Sep 17 00:00:00 2001 From: Crash Collison <3751389+tehcrashxor@users.noreply.github.com> Date: Thu, 25 Sep 2025 18:18:06 +0000 Subject: [PATCH] Mark the Canvas Unpack option as deprecated --- src/tasks/unpack-solution/unpack-solution-v2/task.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tasks/unpack-solution/unpack-solution-v2/task.json b/src/tasks/unpack-solution/unpack-solution-v2/task.json index 45b4eff0..f792b341 100644 --- a/src/tasks/unpack-solution/unpack-solution-v2/task.json +++ b/src/tasks/unpack-solution/unpack-solution-v2/task.json @@ -111,11 +111,11 @@ }, { "name": "ProcessCanvasApps", - "label": "Process CanvasApps", + "label": "DEPRECATED: Process CanvasApps", "type": "boolean", "required": false, "defaultValue": false, - "helpMarkDown": "(Preview) While processing the solution, unpack any Canvas apps .msapp file into its YAML source format" + "helpMarkDown": "DEPRECATED: While processing the solution, unpack any Canvas apps .msapp file into the deprecated .fx.yaml source format" } ],