Skip to content

Commit

Permalink
Support CPM for C#
Browse files Browse the repository at this point in the history
  • Loading branch information
mbg committed Sep 24, 2024
1 parent 163d19e commit c07c5b0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/dependency-caching.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/dependency-caching.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/dependency-caching.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ const CODEQL_DEFAULT_CACHE_CONFIG: { [language: string]: CacheConfig } = {
hash: [
// NuGet
"**/packages.lock.json",
// CPM
"**/Directory.Packages.props",
],
},
go: {
Expand Down

0 comments on commit c07c5b0

Please sign in to comment.