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: