From cdbfa24558a72d9407b352214b944d530f2c0016 Mon Sep 17 00:00:00 2001 From: Adam Reynolds Date: Wed, 10 Apr 2024 11:50:16 -0700 Subject: [PATCH] Removed old node6 task declaration to work around ADO 'block node6' bug --- src/MicrosoftSecurityDevOps/v1/task.json | 7 ++----- src/extension-manifest-debug.json | 2 +- src/extension-manifest.json | 2 +- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/src/MicrosoftSecurityDevOps/v1/task.json b/src/MicrosoftSecurityDevOps/v1/task.json index 6cea0a7..78f898d 100644 --- a/src/MicrosoftSecurityDevOps/v1/task.json +++ b/src/MicrosoftSecurityDevOps/v1/task.json @@ -11,8 +11,8 @@ "author": "Microsoft Corporation", "version": { "Major": 1, - "Minor": 11, - "Patch": 0 + "Minor": 12, + "Patch": 1 }, "preview": true, "minimumAgentVersion": "1.83.0", @@ -117,9 +117,6 @@ }, "Node10": { "target": "index.js" - }, - "Node": { - "target": "index.js" } } } diff --git a/src/extension-manifest-debug.json b/src/extension-manifest-debug.json index 751f647..ede02f3 100644 --- a/src/extension-manifest-debug.json +++ b/src/extension-manifest-debug.json @@ -2,7 +2,7 @@ "manifestVersion": 1, "id": "microsoft-security-devops-azdevops", "name": "Microsoft Security DevOps (Debug)", - "version": "1.11.0.0", + "version": "1.12.1.0", "publisher": "ms-securitydevops", "description": "Build tasks for performing security analysis.", "public": false, diff --git a/src/extension-manifest.json b/src/extension-manifest.json index c5a1161..5a75309 100644 --- a/src/extension-manifest.json +++ b/src/extension-manifest.json @@ -2,7 +2,7 @@ "manifestVersion": 1, "id": "microsoft-security-devops-azdevops", "name": "Microsoft Security DevOps", - "version": "1.11.0", + "version": "1.12.1", "publisher": "ms-securitydevops", "description": "Build tasks for performing security analysis.", "public": true,