File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
eng/pipelines/templates/jobs Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -180,13 +180,13 @@ jobs:
180
180
- name : artifactsStagingDir
181
181
value : $(Build.ArtifactStagingDirectory)/artifacts
182
182
183
+ # manually disable CodeQL until https://dev.azure.com/mseng/1ES/_workitems/edit/2211548 is implemented
184
+ # CodeQL doesn't work on arm64 macOS, see https://portal.microsofticm.com/imp/v5/incidents/details/532165079/summary
185
+ - ${{ if eq(parameters.pool.os, 'macOS') }} :
186
+ - name : ONEES_ENFORCED_CODEQL_ENABLED
187
+ value : false
188
+
183
189
templateContext :
184
- ${{ if eq(parameters.pool.os, 'macOS') }} :
185
- sdl :
186
- codeql :
187
- compiled :
188
- enabled : false
189
- justificationForDisabling : " CodeQL doesn't work on arm64 macOS, see https://portal.microsofticm.com/imp/v5/incidents/details/532165079/summary"
190
190
outputParentDirectory : $(Build.ArtifactStagingDirectory)
191
191
outputs :
192
192
- output : pipelineArtifact
You can’t perform that action at this time.
0 commit comments