mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
5 lines
235 B
Python
5 lines
235 B
Python
from create_database_utils import *
|
|
|
|
# force CodeQL to use MSBuild by setting `LGTM_INDEX_MSBUILD_TARGET`
|
|
run_codeql_database_create([], test_db="default-db", db=None, lang="csharp", extra_env={ 'LGTM_INDEX_MSBUILD_TARGET': 'Build' })
|