mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
7 lines
198 B
Python
7 lines
198 B
Python
import commands
|
|
|
|
|
|
def test(codeql, csharp):
|
|
commands.run(["dotnet", "build", "test.sln", "/bl:test.binlog"])
|
|
codeql.database.create(build_mode="none", extractor_option="binlog=test.binlog")
|