mirror of
https://github.com/github/codeql.git
synced 2026-08-04 09:23:23 +02:00
7 lines
135 B
Python
7 lines
135 B
Python
import os
|
|
|
|
|
|
def test(codeql, csharp):
|
|
os.environ["CODEQL_EXTRACTOR_CSHARP_OPTION_BUILDLESS"] = "true"
|
|
codeql.database.create()
|