Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c07c5b0

Browse files
committed
Support CPM for C#
1 parent 163d19e commit c07c5b0

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

lib/dependency-caching.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/dependency-caching.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/dependency-caching.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ const CODEQL_DEFAULT_CACHE_CONFIG: { [language: string]: CacheConfig } = {
5555
hash: [
5656
// NuGet
5757
"**/packages.lock.json",
58+
// CPM
59+
"**/Directory.Packages.props",
5860
],
5961
},
6062
go: {

0 commit comments

Comments
 (0)