Files
codeql/csharp/tools/linux64/compiler-tracing.spec
2022-08-30 14:34:54 +02:00

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