mirror of
https://github.com/github/codeql.git
synced 2026-04-25 00:35:20 +02:00
The most common reason for the C# autobuilder to fail is because it cannot determine a single unique .sln or .proj file to build, instead reporting multiple sln or proj files at the same shortest depth. This commit changes this to build all such files, rather than reporting an error.