Add FF for extra C# cache contents

This commit is contained in:
Michael B. Gale
2025-11-12 11:59:13 +00:00
parent d854ba6ec0
commit a47d04cf9b
13 changed files with 66 additions and 0 deletions

View File

@@ -83880,6 +83880,11 @@ var featureConfig = {
legacyApi: true,
minimumVersion: "2.15.0"
},
["csharp_cache_bmn" /* CsharpCacheBuildModeNone */]: {
defaultValue: false,
envVar: "CODEQL_ACTION_CSHARP_CACHE_BMN",
minimumVersion: void 0
},
["csharp_new_cache_key" /* CsharpNewCacheKey */]: {
defaultValue: false,
envVar: "CODEQL_ACTION_CSHARP_NEW_CACHE_KEY",