mirror of
https://github.com/github/codeql.git
synced 2026-04-11 18:14:01 +02: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"})
|