From 23cceb0b0a9e1a2e342904bb2f4afff708d382f9 Mon Sep 17 00:00:00 2001 From: Medeni Baykal <433724+Haplois@users.noreply.github.com> Date: Mon, 17 Jan 2022 17:24:33 +0100 Subject: [PATCH] Added component governence job (#1030) --- azure-pipelines.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fc52a8e666..3ee1448e30 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -36,6 +36,13 @@ jobs: arguments: '-configuration $(BuildConfiguration) -all -parallel' modifyEnvironment: false + - task: ComponentGovernanceComponentDetection@0 + displayName: 'Component Governance' + inputs: + scanType: 'Register' + verbosity: 'Verbose' + alertWarningLevel: 'High' + - task: PublishTestResults@2 displayName: 'Publish Test Results **\*.trx' inputs: