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