From 5ec2728dea611479665cbd478b2411c50a221d34 Mon Sep 17 00:00:00 2001 From: Gordon Lam <73506701+yeelam-gordon@users.noreply.github.com> Date: Mon, 21 Apr 2025 18:18:55 -0700 Subject: [PATCH] Fix build break because of miss Signing for new files (#39014) * Add CmdPalKeyboardService.dll as part of sign * Move 3rd party signing to another section --- .pipelines/ESRPSigning_core.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.pipelines/ESRPSigning_core.json b/.pipelines/ESRPSigning_core.json index 1b78856032..615b5633bf 100644 --- a/.pipelines/ESRPSigning_core.json +++ b/.pipelines/ESRPSigning_core.json @@ -220,6 +220,7 @@ "WinUI3Apps\\PowerToys.Settings.exe", "PowerToys.CmdPalModuleInterface.dll", + "CmdPalKeyboardService.dll", "*Microsoft.CmdPal.UI_*.msix" ], "SigningInfo": { @@ -330,6 +331,8 @@ "TestableIO.System.IO.Abstractions.Wrappers.dll", "WinUI3Apps\\TestableIO.System.IO.Abstractions.Wrappers.dll", "WinUI3Apps\\OpenAI.dll", + "Testably.Abstractions.FileSystem.Interface.dll", + "WinUI3Apps\\Testably.Abstractions.FileSystem.Interface.dll", "ColorCode.Core.dll", "ColorCode.UWP.dll", "UnitsNet.dll",