Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit fa96eb7

Browse files
remove credscan and policheck
1 parent 2266531 commit fa96eb7

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

build/build.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,6 @@ jobs:
2525
signType: $(SignType)
2626
zipSources: false
2727
condition: ne(variables['Build.Reason'], 'PullRequest')
28-
- task: CredScan@3
29-
displayName: Run CredScan
30-
inputs:
31-
toolMajorVersion: V2
32-
- task: PoliCheck@2
33-
displayName: Run PoliCheck
34-
inputs:
35-
targetType: F
36-
targetArgument: $(Build.SourcesDirectory)
3728
- task: NodeTool@0
3829
displayName: Use Node 16.x
3930
inputs:

0 commit comments

Comments
 (0)