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 08c2f6f commit b7033b3Copy full SHA for b7033b3
.ado/publish.yml
@@ -17,6 +17,10 @@ variables:
17
- group: InfoSec-SecurityResults
18
- name: tags
19
value: production,externalfacing
20
+ # CodeQL Still has not fixed their bug running on Apple ARM64 jobs where they inject x64 binaries into arm64 processes and just make it crash :(
21
+ # Only workaround for now is to disable CodeQL on Apple jobs.
22
+ - name Codeql.Enabled
23
+ value: false
24
- template: /.ado/variables/vars.yml@self
25
26
resources:
0 commit comments