There was an error while loading. Please reload this page.
1 parent 4b958b1 commit ab7a552Copy full SHA for ab7a552
1 file changed
common/config/azure-pipelines/templates/build.yaml
@@ -14,3 +14,7 @@ steps:
14
displayName: 'Rush Install'
15
- script: 'node common/scripts/install-run-rush.js rebuild --verbose --production'
16
displayName: 'Rush Rebuild'
17
+ env:
18
+ # Prevent time-based browserslist update warning
19
+ # See https://github.com/microsoft/rushstack/issues/2981
20
+ BROWSERSLIST_IGNORE_OLD_DATA: 1
0 commit comments