We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a01ac62 commit 4126fd6Copy full SHA for 4126fd6
1 file changed
.pipelines/templates/compliance/apiscan.yml
@@ -74,12 +74,6 @@ jobs:
74
workingDirectory: '$(repoRoot)'
75
retryCountOnTaskFailure: 2
76
77
- - pwsh: |
78
- Get-ChildItem -Path '$(System.ArtifactsDirectory)/winverify-symbols'
79
- displayName: Capture winverify-private Artifacts
80
- workingDirectory: '$(repoRoot)'
81
- condition: succeededOrFailed()
82
-
83
- task: CodeQL3000Init@0 # Add CodeQL Init task right before your 'Build' step.
84
displayName: 🔏 CodeQL 3000 Init
85
condition: eq(variables['CODEQL_ENABLED'], 'true')
0 commit comments