Skip to content
This repository has been archived by the owner on Apr 23, 2022. It is now read-only.

Commit

Permalink
Merge pull request #910 from microsoft/add-policheck
Browse files Browse the repository at this point in the history
Add Policheck
  • Loading branch information
dilin-MS2 authored Jan 13, 2020
2 parents 229cf87 + 8b37926 commit f81123d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f81123d

Please sign in to comment.