We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5fc5f0 commit 7072b36Copy full SHA for 7072b36
eng/pipelines/templates/jobs/vmr-build.yml
@@ -181,6 +181,12 @@ jobs:
181
value: $(Build.ArtifactStagingDirectory)/artifacts
182
183
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
outputParentDirectory: $(Build.ArtifactStagingDirectory)
191
outputs:
192
- output: pipelineArtifact
0 commit comments