From 70d8657d1e71ba41a1bdf3835528b37c22d9b5e1 Mon Sep 17 00:00:00 2001 From: Pete Gonzalez <4673363+octogonz@users.noreply.github.com> Date: Fri, 17 May 2024 12:18:01 -0700 Subject: [PATCH] Trigger publishing of Rush to incorporate the fix from PR #4711 --- .../rush/octogonz-node-exit_2024-05-17-19-20.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 common/changes/@microsoft/rush/octogonz-node-exit_2024-05-17-19-20.json diff --git a/common/changes/@microsoft/rush/octogonz-node-exit_2024-05-17-19-20.json b/common/changes/@microsoft/rush/octogonz-node-exit_2024-05-17-19-20.json new file mode 100644 index 00000000000..39b9482a36b --- /dev/null +++ b/common/changes/@microsoft/rush/octogonz-node-exit_2024-05-17-19-20.json @@ -0,0 +1,10 @@ +{ + "changes": [ + { + "packageName": "@microsoft/rush", + "comment": "Fix an issue where the build cache analysis was incorrect in rare situations due to a race condition (GitHub #4711)", + "type": "none" + } + ], + "packageName": "@microsoft/rush" +} \ No newline at end of file