Merge branch 'main' into henrymercer/csharp-buildless-rollback-mechanism
This commit is contained in:
commit
feec81c66b
252 changed files with 3083 additions and 1376 deletions
2
lib/feature-flags.js
generated
2
lib/feature-flags.js
generated
|
|
@ -49,7 +49,7 @@ exports.CODEQL_VERSION_FINE_GRAINED_PARALLELISM = "2.15.1";
|
|||
*/
|
||||
var Feature;
|
||||
(function (Feature) {
|
||||
Feature["AutobuildDirectTracing"] = "autobuild_direct_tracing";
|
||||
Feature["AutobuildDirectTracing"] = "autobuild_direct_tracing_v2";
|
||||
Feature["CleanupTrapCaches"] = "cleanup_trap_caches";
|
||||
Feature["CppDependencyInstallation"] = "cpp_dependency_installation_enabled";
|
||||
Feature["CppTrapCachingEnabled"] = "cpp_trap_caching_enabled";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue