diff --git a/.pipelines/pipeline.user.windows.yml b/.pipelines/pipeline.user.windows.yml index 41c31ad59f..2dd141ac2b 100644 --- a/.pipelines/pipeline.user.windows.yml +++ b/.pipelines/pipeline.user.windows.yml @@ -65,35 +65,56 @@ build: - 'action_runner.exe' - 'modules\ColorPicker\ColorPicker.dll' - 'modules\ColorPicker\ColorPicker.exe' + - 'modules\ColorPicker\ManagedCommon.dll + - 'modules\ColorPicker\Microsoft.PowerToys.Settings.UI.Lib.dll + - 'modules\ColorPicker\PowerToysInterop.dll + - 'modules\ColorPicker\Telemetry.dll - '**\*.resources.dll' - 'modules\FancyZones\fancyzones.dll' - 'modules\FancyZones\FancyZonesEditor.exe' + - 'modules\FancyZones\ManagedCommon.dll' + - 'modules\FancyZones\Telemetry.dll' - 'modules\FileExplorerPreview\MarkdownPreviewHandler.dll' - 'modules\FileExplorerPreview\powerpreview.dll' - 'modules\FileExplorerPreview\PreviewHandlerCommon.dll' - 'modules\FileExplorerPreview\SvgPreviewHandler.dll' - 'modules\FileExplorerPreview\SVGThumbnailProvider.dll' + - 'modules\FileExplorerPreview\Telemetry.dll' - 'modules\ImageResizer\ImageResizer.exe' + - 'modules\ImageResizer\ImageResizer.dll' - 'modules\ImageResizer\ImageResizerExt.dll' + - 'modules\ImageResizer\PowerToysInterop.dll' - 'modules\KeyboardManager\KeyboardManager.dll' - 'modules\launcher\Microsoft.PowerToys.Settings.UI.Lib.dll' + - 'modules\launcher\ManagedCommon.dll' + - 'modules\launcher\Microsoft.Launcher.dll' - 'modules\launcher\Plugins\Microsoft.Plugin.Calculator\Microsoft.Plugin.Calculator.dll' - 'modules\launcher\Plugins\Microsoft.Plugin.Calculator\Wox.Infrastructure.dll' - 'modules\launcher\Plugins\Microsoft.Plugin.Calculator\Wox.Plugin.dll' + - 'modules\launcher\Plugins\Microsoft.Plugin.Calculator\Telemetry.dll' - 'modules\launcher\Plugins\Microsoft.Plugin.Folder\Microsoft.Plugin.Folder.dll' - 'modules\launcher\Plugins\Microsoft.Plugin.Folder\Wox.Infrastructure.dll' - 'modules\launcher\Plugins\Microsoft.Plugin.Folder\Wox.Plugin.dll' + - 'modules\launcher\Plugins\Microsoft.Plugin.Folder\Telemetry.dll' - 'modules\launcher\Plugins\Microsoft.Plugin.Indexer\Microsoft.Plugin.Indexer.dll' - 'modules\launcher\Plugins\Microsoft.Plugin.Indexer\Wox.Infrastructure.dll' + - 'modules\launcher\Plugins\Microsoft.Plugin.Indexer\Telemetry.dll' - 'modules\launcher\Plugins\Microsoft.Plugin.Program\Microsoft.Plugin.Program.dll' - 'modules\launcher\Plugins\Microsoft.Plugin.Program\Wox.Infrastructure.dll' - 'modules\launcher\Plugins\Microsoft.Plugin.Program\Wox.Plugin.dll' + - 'modules\launcher\Plugins\Microsoft.Plugin.Program\Telemetry.dll' - 'modules\launcher\Plugins\Microsoft.Plugin.Shell\Microsoft.Plugin.Shell.dll' - 'modules\launcher\Plugins\Microsoft.Plugin.Shell\Wox.Infrastructure.dll' - 'modules\launcher\Plugins\Microsoft.Plugin.Shell\Wox.Plugin.dll' + - 'modules\launcher\Plugins\Microsoft.Plugin.Shell\Telemetry.dll' + - 'modules\launcher\Plugins\Microsoft.Plugin.Uri\Microsoft.Plugin.Uri.dll' + - 'modules\launcher\Plugins\Microsoft.Plugin.Uri\Wox.Infrastructure.dll' + - 'modules\launcher\Plugins\Microsoft.Plugin.Uri\Wox.Plugin.dll' + - 'modules\launcher\Plugins\Microsoft.Plugin.Uri\Telemetry.dll' - 'modules\launcher\Plugins\Microsoft.Plugin.WindowWalker\Microsoft.Plugin.WindowWalker.dll' - 'modules\launcher\Plugins\Microsoft.Plugin.WindowWalker\Wox.Infrastructure.dll' - 'modules\launcher\Plugins\Microsoft.Plugin.WindowWalker\Wox.Plugin.dll' + - 'modules\launcher\Plugins\Microsoft.Plugin.WindowWalker\Telemetry.dll' - 'modules\launcher\PowerLauncher.dll' - 'modules\launcher\PowerLauncher.exe' - 'modules\launcher\PowerLauncher.Telemetry.dll' @@ -117,6 +138,7 @@ build: - 'SettingsUIRunner\Microsoft.PowerToys.Settings.UI.Runner.exe' - 'SettingsUIRunner\PowerToysInterop.dll' - 'SettingsUIRunner\Telemetry.dll' + - 'SettingsUIRunner\ManagedCommon.dll' signing_options: sign_inline: true # This does signing a soon as this command completes - !!buildcommand