mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
Introduce environment variable to specify framework assembly locations
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from create_database_utils import *
|
||||
import os
|
||||
|
||||
os.environ["CODEQL_EXTRACTOR_CSHARP_BUILDLESS_MONO_PATH"] = "/non-existent-path"
|
||||
os.environ["CODEQL_EXTRACTOR_CSHARP_BUILDLESS_DOTNET_FRAMEWORK_REFERENCES"] = "/non-existent-path"
|
||||
run_codeql_database_create([], lang="csharp", extra_args=["--extractor-option=buildless=true"])
|
||||
|
||||
Reference in New Issue
Block a user