Skip to content

Commit 2ab96d7

Browse files
committed
fix: resolve nuget build pulling from stale cache
1 parent 317baa7 commit 2ab96d7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

nx.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
},
2020
"namedInputs": {
2121
"default": [
22-
"{projectRoot}/**/*"
22+
"{projectRoot}/**/*",
23+
"{workspaceRoot}/Directory.Build.props",
24+
"{workspaceRoot}/Directory.Build.targets"
2325
],
2426
"production": [
2527
"default",

0 commit comments

Comments
 (0)