codeql-action
codeql-action copied to clipboard
Enable direct tracing the autobuild build mode by default
Merge this once we've cut the final GHES 3.14 release.
This PR removes the feature flag for using direct tracing for the autobuild build mode, thereby enabling it for GHES.
Probably the most controversial change is removing the tests that require us to have at least one feature with a minimumVersion and toolsVersion property. I did this because if no features have a toolsVersion property, we'll never hit those code paths, so it isn't that important to test them. Having a synthetic feature is an option but might create user confusion.