Skip to content

Commit 6266691

Browse files
committed
Adjust integration test to opt into cshtml extraction
1 parent 84a78e7 commit 6266691

File tree

1 file changed

+3
-0
lines changed
  • csharp/ql/integration-tests/all-platforms/cshtml_standalone

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
import os
12
from create_database_utils import *
23

4+
5+
os.environ['CODEQL_EXTRACTOR_CSHARP_STANDALONE_EXTRACT_WEB_VIEWS'] = 'true'
36
run_codeql_database_create(lang="csharp", extra_args=["--extractor-option=buildless=true", "--extractor-option=cil=false"])

0 commit comments

Comments
 (0)