Skip to content

Commit

Permalink
Only malware scan if previous steps succeeded
Browse files Browse the repository at this point in the history
  • Loading branch information
MRayermannMSFT committed Jan 29, 2024
1 parent f8bc1c2 commit 913431f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines/compliance/antimalware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ steps:
inputs:
FileDirPath: "$(Build.SourcesDirectory)/$(working_directory)"
EnableServices: true
condition: eq(variables['Agent.OS'], 'Windows_NT')
condition: and(eq(variables['Agent.OS'], 'Windows_NT'), succeeded())

0 comments on commit 913431f

Please sign in to comment.