From cee3c56a49a5255d231b7593d010663243214d09 Mon Sep 17 00:00:00 2001 From: "Ezio Li (BEYONDSOFT CONSULTING INC)" Date: Sat, 8 Jun 2024 10:20:15 +0800 Subject: [PATCH 1/2] Update NOTICE File Generator --- .ci/master-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/master-pipeline.yml b/.ci/master-pipeline.yml index 0f0fe993..d38b266c 100644 --- a/.ci/master-pipeline.yml +++ b/.ci/master-pipeline.yml @@ -54,7 +54,7 @@ extends: command: custom verbose: false customCommand: pack - - task: msospo.ospo-extension.8d7f9abb-6896-461d-9e25-4f74ed65ddb2.notice@0 + - task: notice@0 displayName: "NOTICE File Generator" inputs: outputfile: "ThirdPartyNotices_Generated.txt" From e9038041971892728843c67a937566f043e3db60 Mon Sep 17 00:00:00 2001 From: "Ezio Li (BEYONDSOFT CONSULTING INC)" Date: Sat, 8 Jun 2024 14:21:53 +0800 Subject: [PATCH 2/2] Add missing task: Component Detection --- .ci/master-pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.ci/master-pipeline.yml b/.ci/master-pipeline.yml index d38b266c..23f5907e 100644 --- a/.ci/master-pipeline.yml +++ b/.ci/master-pipeline.yml @@ -54,6 +54,8 @@ extends: command: custom verbose: false customCommand: pack + - task: ComponentGovernanceComponentDetection@0 + displayName: "Component Detection" - task: notice@0 displayName: "NOTICE File Generator" inputs: