mirror of
https://github.com/github/codeql.git
synced 2026-02-28 21:03:50 +01:00
7 lines
270 B
Python
7 lines
270 B
Python
from create_database_utils import *
|
|
from diagnostics_test_utils import *
|
|
|
|
# force CodeQL to use MSBuild by setting `LGTM_INDEX_MSBUILD_TARGET`
|
|
run_codeql_database_create([], db=None, lang="csharp", extra_env={ 'LGTM_INDEX_MSBUILD_TARGET': 'Build' })
|
|
check_diagnostics()
|