From 9d96049b1fcf7e4a8af8ab2ace07d2f346a93815 Mon Sep 17 00:00:00 2001 From: Boliang Zhang <122517415+LegendaryBlair@users.noreply.github.com> Date: Sun, 9 Aug 2026 19:00:04 +0800 Subject: [PATCH] [Mouse Jump] Sign new WinUI3 binaries (#49747) ## Summary - add the new Mouse Jump HotKeys, Models, and WinUI3 binaries to the core ESRP signing policy - remove the retired MouseJumpUI signing entries ## Context The signed main build [154175666](https://microsoft.visualstudio.com/Dart/_build/results?buildId=154175666) failed for both x64 and ARM64 because the binaries introduced by #48393 were not selected for signing. ## Validation - parsed `.pipelines/ESRPSigning_core.json` successfully - confirmed all four new binary names are present and the two obsolete names are removed --------- Copilot-Session: 11e23507-f1c3-45e5-888d-22cd78240f6b --- .pipelines/ESRPSigning_core.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.pipelines/ESRPSigning_core.json b/.pipelines/ESRPSigning_core.json index b045420879..33631d6569 100644 --- a/.pipelines/ESRPSigning_core.json +++ b/.pipelines/ESRPSigning_core.json @@ -195,9 +195,11 @@ "PowerToys.MouseHighlighter.dll", "PowerToys.MouseJump.dll", "PowerToys.MouseJump.Common.dll", + "WinUI3Apps\\PowerToys.MouseJump.HotKeys.dll", + "PowerToys.MouseJump.Models.dll", + "WinUI3Apps\\PowerToys.MouseJump.WinUI3.dll", + "WinUI3Apps\\PowerToys.MouseJump.WinUI3.exe", "PowerToys.MousePointerCrosshairs.dll", - "PowerToys.MouseJumpUI.dll", - "PowerToys.MouseJumpUI.exe", "PowerToys.CursorWrap.dll", "PowerToys.MouseWithoutBorders.dll",