From 8b37926a77e83972708b75310c82aff6e11cd204 Mon Sep 17 00:00:00 2001 From: dilin-MS Date: Mon, 13 Jan 2020 19:43:04 +0800 Subject: [PATCH] Add Policheck --- azure-pipelines.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2eb294eb..caded195 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -46,6 +46,12 @@ steps: debugMode: false condition: eq(variables['Agent.OS'], 'Windows_NT') + - task: securedevelopmentteam.vss-secure-development-tools.build-task-policheck.PoliCheck@1 + displayName: 'Run PoliCheck' + inputs: + targetType: F + condition: eq(variables['Agent.OS'], 'Windows_NT') + - task: Npm@1 displayName: 'Compile sources' inputs: