Skip to content

Commit 4d1a8c0

Browse files
authored
Remove Codeql.SourceRoot (#7155)
This was resulting in issues with bug reports and paths as well as with CodeQL honoring our exception config for submodules.
1 parent 86e7bff commit 4d1a8c0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build/vsts-ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ variables:
1919
value: true
2020
- name: Codeql.SkipTaskAutoInjection
2121
value: True #default to not inject CodeQL tasks, we'll enable it in a single job.
22-
# Ignore test and infrastructure code.
23-
- name: Codeql.SourceRoot
24-
value: src
2522
# CodeQL3000 needs this plumbed along as a variable to enable TSA.
2623
- name: Codeql.TSAEnabled
2724
value: true

0 commit comments

Comments
 (0)