mirror of
https://github.com/github/codeql.git
synced 2025-12-20 02:44:30 +01:00
C#: Store output assembly in compilation_assembly relation
This commit is contained in:
@@ -151,6 +151,11 @@ compilation_finished(
|
||||
float elapsed_seconds : float ref
|
||||
);
|
||||
|
||||
compilation_assembly(
|
||||
unique int id : @compilation ref,
|
||||
int assembly: @assembly ref
|
||||
)
|
||||
|
||||
/*
|
||||
* External artifacts
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user