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 41ea47b commit 33e7c7fCopy full SHA for 33e7c7f
tools/ci_build/github/azure-pipelines/android-x86_64-crosscompile-ci-pipeline.yml
@@ -49,6 +49,7 @@ stages:
49
# Separate stage for building CPU vs NNAPI as we only want CodeQL to run on one of them so we don't get duplicate
50
# issues for code that is built in both. We pick NNAPI as that includes the NNAPI EP code.
51
- stage: BUILD_CPU_STAGE
52
+ dependsOn: []
53
variables:
54
Codeql.Enabled: false
55
jobs:
@@ -130,6 +131,7 @@ stages:
130
131
- template: templates/clean-agent-build-directory-step.yml
132
133
- stage: BUILD_NNAPI_STAGE
134
135
136
Codeql.ProjectConfigPath: .github/workflows
137
Codeql.Enabled: true
0 commit comments