Files
Cornelius Riemenschneider 16e19a6b04 Port missing test.
2024-08-07 18:43:41 +02:00

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"]
)