Skip to content

Commit

Permalink
Merge pull request #275 from microsoft/antimalware
Browse files Browse the repository at this point in the history
antimalware scan
  • Loading branch information
ttstanley authored Mar 1, 2023
2 parents c866352 + 75ba9ed commit f5e2488
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,14 @@ steps:
displayName: Install MicroBuild Signing plugin
condition: and(succeeded(), ne(variables['Build.Reason'], 'PullRequest'))

- task: AntiMalware@4
displayName: 'Run MpCmdRun.exe'
inputs:
InputType: Basic
ScanType: CustomScan
FileDirPath: '$(Build.StagingDirectory)'
DisableRemediation: false

- task: VSBuild@1
inputs:
vsVersion: 15.0
Expand Down

0 comments on commit f5e2488

Please sign in to comment.