diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 79b0480..4af3990 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -20,9 +20,3 @@ steps: scanType: 'Register' verbosity: 'Verbose' alertWarningLevel: 'High' -- task: PublishSecurityAnalysisLogs@2 - inputs: - ArtifactName: 'CodeAnalysisLogs' - ArtifactType: 'Container' - AllTools: true - ToolLogsNotFoundAction: 'Standard'