mirror of
https://github.com/github/codeql.git
synced 2026-03-06 07:36:47 +01:00
4 lines
171 B
Python
4 lines
171 B
Python
def test(codeql, csharp):
|
|
# force CodeQL to use MSBuild by setting `LGTM_INDEX_MSBUILD_TARGET`
|
|
codeql.database.create(_env={"LGTM_INDEX_MSBUILD_TARGET": "Build"})
|