Skip to content

Commit

Permalink
disable task injection due to them failing
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbkoch committed Apr 13, 2024
1 parent cd15e15 commit adbeaa9
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,10 @@ variables:
value: true
- name: runCodesignValidationInjection
value: false
- name: Codeql.SkipTaskAutoInjection
value: true

jobs:
- job: disable_tasks
pool:
vmImage: ${{ variables.ubuntu_bld }}
steps:
- checkout: none
- task: CodeQL@0
enabled: false
- task: ms.nuget-security-analysis.nuget-security-analysis.nuget-security-analysis@0
enabled: false
- task: ComponentGovernanceComponentDetection@0
enabled: false
- job: bld
strategy:
matrix:
Expand Down

0 comments on commit adbeaa9

Please sign in to comment.