mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +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"})
|