We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a324d7 commit 43ebdabCopy full SHA for 43ebdab
1 file changed
azure-pipelines.yml
@@ -57,7 +57,14 @@ stages:
57
strategy:
58
runOnce:
59
deploy:
60
- steps:
+ steps:
61
+ # If you have MSCA: https://aka.ms/mscadocs
62
+ - task: ms-codeanalysis.vss-microsoft-security-code-analysis-devops.build-task-antimalware.AntiMalware@3
63
+ displayName: AntiMalware Scan
64
+ inputs:
65
+ EnableServices: true
66
+ FileDirPath: $(Pipeline.Workspace)\BuildPackages
67
+
68
- task: DotNetCoreCLI@2
69
inputs:
70
command: custom
0 commit comments