Skip to content

Commit 7f1cb9a

Browse files
authored
[EngSys] enable build cache for more packages in core - ci pipelines (Azure#29636)
Build cache was enabled for most of our commonly built packages in PR Azure#27409. This PR enables build cache for several more packages that get built in core - ci pipelines to further reduce time on packages when they haven't changed.
1 parent c66cad2 commit 7f1cb9a

File tree

5 files changed

+13
-2
lines changed

5 files changed

+13
-2
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "../../../../common/config/rush-project.json",
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "../../../../common/config/rush-project.json",
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "../../../../common/config/rush-project.json",
3+
}

sdk/template/template/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@
123123
"esmDialects": [
124124
"browser",
125125
"react-native"
126-
]
126+
],
127+
"selfLink": false
127128
},
128129
"exports": {
129130
"./package.json": "./package.json",

sdk/test-utils/recorder/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@
9696
"esmDialects": [
9797
"browser",
9898
"react-native"
99-
]
99+
],
100+
"selfLink": false
100101
},
101102
"exports": {
102103
"./package.json": "./package.json",

0 commit comments

Comments
 (0)