mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
Adjust integration test to opt into cshtml extraction
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
import os
|
||||
from create_database_utils import *
|
||||
|
||||
|
||||
os.environ['CODEQL_EXTRACTOR_CSHARP_STANDALONE_EXTRACT_WEB_VIEWS'] = 'true'
|
||||
run_codeql_database_create(lang="csharp", extra_args=["--extractor-option=buildless=true", "--extractor-option=cil=false"])
|
||||
|
||||
Reference in New Issue
Block a user