mirror of
https://github.com/github/codeql.git
synced 2025-12-19 18:33:16 +01:00
9 lines
238 B
Python
9 lines
238 B
Python
import os
|
|
|
|
|
|
def test(codeql, csharp):
|
|
os.environ["CODEQL_EXTRACTOR_CSHARP_OPTION_TRAP_COMPRESSION"] = "none"
|
|
codeql.database.create(
|
|
command=["dotnet build /p:DefineConstants=A", "dotnet build /p:DefineConstants=B"]
|
|
)
|