mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
17 lines
352 B
Ruby
17 lines
352 B
Ruby
**/mcs.exe:
|
|
**/csc.exe:
|
|
invoke ${config_dir}/Semmle.Extraction.CSharp.Driver
|
|
prepend --compiler
|
|
prepend "${compiler}"
|
|
prepend --cil
|
|
**/mono*:
|
|
**/dotnet:
|
|
invoke ${config_dir}/Semmle.Extraction.CSharp.Driver
|
|
prepend --dotnetexec
|
|
prepend --cil
|
|
**/msbuild:
|
|
**/xbuild:
|
|
replace yes
|
|
invoke ${compiler}
|
|
append /p:UseSharedCompilation=false
|