mirror of
https://github.com/github/codeql.git
synced 2026-08-03 17:03:02 +02:00
7 lines
164 B
Python
7 lines
164 B
Python
import os
|
|
|
|
|
|
def test(codeql, csharp):
|
|
os.environ["CODEQL_EXTRACTOR_CSHARP_BUILDLESS_EXTRACT_WEB_VIEWS"] = "false"
|
|
codeql.database.create(build_mode="none")
|