diff --git a/.pipelines/ESRPSigning_core.json b/.pipelines/ESRPSigning_core.json index e3ebffc20c..3a196634be 100644 --- a/.pipelines/ESRPSigning_core.json +++ b/.pipelines/ESRPSigning_core.json @@ -235,6 +235,14 @@ "PowerToys.CmdPalModuleInterface.dll", "CmdPalKeyboardService.dll", + "PowerToys.ModuleContracts.dll", + "Awake.ModuleServices.dll", + "ColorPicker.ModuleServices.dll", + "Workspaces.ModuleServices.dll", + "Microsoft.CommandPalette.Extensions.dll", + "Microsoft.CommandPalette.Extensions.Toolkit.dll", + "Microsoft.CmdPal.Ext.PowerToys.dll", + "Microsoft.CmdPal.Ext.PowerToys.exe", "*Microsoft.CmdPal.UI_*.msix", "PowerToys.DSC.dll", @@ -360,7 +368,9 @@ "UnitsNet.dll", "UtfUnknown.dll", - "Wpf.Ui.dll" + "Wpf.Ui.dll", + "Shmuelie.WinRTServer.dll", + "ToolGood.Words.Pinyin.dll" ], "SigningInfo": { "Operations": [ diff --git a/src/settings-ui/Settings.UI.XamlIndexBuilder/Settings.UI.XamlIndexBuilder.csproj b/src/settings-ui/Settings.UI.XamlIndexBuilder/Settings.UI.XamlIndexBuilder.csproj index 1836b51248..dba7fdcd3b 100644 --- a/src/settings-ui/Settings.UI.XamlIndexBuilder/Settings.UI.XamlIndexBuilder.csproj +++ b/src/settings-ui/Settings.UI.XamlIndexBuilder/Settings.UI.XamlIndexBuilder.csproj @@ -35,14 +35,9 @@ $(MSBuildProjectDirectory)\..\Settings.UI\Assets\Settings\search.index.json - + - - <_GeneratedSearchIndex Include="$(GeneratedJsonFile)" Condition="Exists('$(GeneratedJsonFile)')" /> - - - - + \ No newline at end of file diff --git a/src/settings-ui/Settings.UI/PowerToys.Settings.csproj b/src/settings-ui/Settings.UI/PowerToys.Settings.csproj index a74dcdfbf2..dd396112d3 100644 --- a/src/settings-ui/Settings.UI/PowerToys.Settings.csproj +++ b/src/settings-ui/Settings.UI/PowerToys.Settings.csproj @@ -142,6 +142,17 @@ + + + + Always + + + + Microsoft.PowerToys.Settings.UI.Assets.search.index.json + + + Always @@ -202,20 +213,5 @@ - - - <_GeneratedSearchIndex Include="$(GeneratedJsonFile)" Condition="Exists('$(GeneratedJsonFile)')" /> - - - - - - - Always - - - Microsoft.PowerToys.Settings.UI.Assets.search.index.json - - - + \ No newline at end of file