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

Commit

Permalink
Add Policheck
Browse files Browse the repository at this point in the history
  • Loading branch information
dilin-MS2 committed Jan 13, 2020
1 parent 229cf87 commit 8b37926
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 8b37926

Please sign in to comment.