Add caching configuration for C#
This commit is contained in:
parent
f64038fc40
commit
5e11d57e17
3 changed files with 15 additions and 1 deletions
7
lib/dependency-caching.js
generated
7
lib/dependency-caching.js
generated
|
|
@ -53,6 +53,13 @@ const CODEQL_DEFAULT_CACHE_CONFIG = {
|
|||
"**/versions.properties",
|
||||
],
|
||||
},
|
||||
csharp: {
|
||||
paths: [(0, path_1.join)(os.homedir(), ".nuget", "packages")],
|
||||
hash: [
|
||||
// NuGet
|
||||
"**/packages.lock.json",
|
||||
],
|
||||
},
|
||||
};
|
||||
/**
|
||||
* Attempts to restore dependency caches for the languages being analyzed.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue