Skip to content

Commit

Permalink
Update policheck.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
dluc committed Aug 15, 2024
1 parent 27fb2ff commit 75083aa
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/policheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ stages:
targetArgument: '$(Build.SourcesDirectory)'
termTypeT: 0029a9
toolVersion: Latest
# optionsPE: '1|2|3|4'
optionsPE: '1|2|3|4'
# optionsUEPATH: '$(Build.SourcesDirectory)/.github/policheck-exclusions.xml'
# optionsRulesDBPath: '$(Build.SourcesDirectory)/.github/policheck-exclusions.mdb'

- task: PublishPipelineArtifact@1
displayName: 'Save PoliCheck logs'
inputs:
targetPath: '$(Pipeline.Workspace)/policheck'
artifact: '$(artifactName)'
publishLocation: 'pipeline'

0 comments on commit 75083aa

Please sign in to comment.