mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
For proper C# tracing, `dotnet build` needs the parameter /p:UseSharedCompilation=false. However, we can't pass that to the other subcommands of `dotnet`, therefore we need to figure out which subcommand of `dotnet` is being invoked.