mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
30 lines
569 B
Ruby
30 lines
569 B
Ruby
**/mcs.exe:
|
|
**/csc.exe:
|
|
invoke ${config_dir}/Semmle.Extraction.CSharp.Driver
|
|
prepend --compiler
|
|
prepend "${compiler}"
|
|
prepend --cil
|
|
**/mono*:
|
|
**/dotnet:
|
|
invoke ${config_dir}/extract-csharp.sh
|
|
**/msbuild:
|
|
**/xbuild:
|
|
replace yes
|
|
invoke ${compiler}
|
|
append /p:UseSharedCompilation=false
|
|
/usr/bin/codesign:
|
|
replace yes
|
|
invoke /usr/bin/env
|
|
prepend /usr/bin/codesign
|
|
trace no
|
|
/usr/bin/pkill:
|
|
replace yes
|
|
invoke /usr/bin/env
|
|
prepend /usr/bin/pkill
|
|
trace no
|
|
/usr/bin/pgrep:
|
|
replace yes
|
|
invoke /usr/bin/env
|
|
prepend /usr/bin/pgrep
|
|
trace no
|