From 010428e1343249a20b4413cd06407613b1406e20 Mon Sep 17 00:00:00 2001 From: Jaime Bernardo Date: Thu, 25 Nov 2021 18:40:02 +0000 Subject: [PATCH] [ci][PTRun]Fix signing for new plugins folders (#14646) --- .pipelines/pipeline.user.windows.yml | 36 ++++++++++++++-------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.pipelines/pipeline.user.windows.yml b/.pipelines/pipeline.user.windows.yml index a332f3f92..1bbfade95 100644 --- a/.pipelines/pipeline.user.windows.yml +++ b/.pipelines/pipeline.user.windows.yml @@ -138,24 +138,24 @@ build: - 'modules\launcher\Microsoft.Launcher.dll' - 'modules\launcher\Plugins\Calculator\Microsoft.PowerToys.Run.Plugin.Calculator.dll' - 'modules\launcher\Plugins\Calculator\ManagedTelemetry.dll' - - 'modules\launcher\Plugins\Microsoft.Plugin.Folder\Microsoft.Plugin.Folder.dll' - - 'modules\launcher\Plugins\Microsoft.Plugin.Folder\ManagedTelemetry.dll' - - 'modules\launcher\Plugins\Microsoft.Plugin.Indexer\Microsoft.Plugin.Indexer.dll' - - 'modules\launcher\Plugins\Microsoft.Plugin.Indexer\ManagedTelemetry.dll' - - 'modules\launcher\Plugins\Microsoft.Plugin.Program\Microsoft.Plugin.Program.dll' - - 'modules\launcher\Plugins\Microsoft.Plugin.Program\ManagedTelemetry.dll' - - 'modules\launcher\Plugins\Microsoft.PowerToys.Run.Plugin.Registry\Microsoft.PowerToys.Run.Plugin.Registry.dll' - - 'modules\launcher\Plugins\Microsoft.PowerToys.Run.Plugin.Registry\ManagedTelemetry.dll' - - 'modules\launcher\Plugins\Microsoft.PowerToys.Run.Plugin.WindowsSettings\ManagedTelemetry.dll' - - 'modules\launcher\Plugins\Microsoft.PowerToys.Run.Plugin.WindowsSettings\Microsoft.PowerToys.Run.Plugin.WindowsSettings.dll' - - 'modules\launcher\Plugins\Microsoft.PowerToys.Run.Plugin.WindowsSettings\WindowsSettings.json' - - 'modules\launcher\Plugins\Microsoft.Plugin.Shell\Microsoft.Plugin.Shell.dll' - - 'modules\launcher\Plugins\Microsoft.Plugin.Shell\ManagedTelemetry.dll' - - 'modules\launcher\Plugins\Microsoft.Plugin.Uri\Microsoft.Plugin.Uri.dll' - - 'modules\launcher\Plugins\Microsoft.Plugin.Uri\ManagedTelemetry.dll' - - 'modules\launcher\Plugins\Microsoft.Plugin.WindowWalker\Microsoft.Plugin.WindowWalker.dll' - - 'modules\launcher\Plugins\Microsoft.Plugin.WindowWalker\ManagedTelemetry.dll' - - 'modules\launcher\Plugins\Community.UnitConverter\Community.PowerToys.Run.Plugin.UnitConverter.dll' + - 'modules\launcher\Plugins\Folder\Microsoft.Plugin.Folder.dll' + - 'modules\launcher\Plugins\Folder\ManagedTelemetry.dll' + - 'modules\launcher\Plugins\Indexer\Microsoft.Plugin.Indexer.dll' + - 'modules\launcher\Plugins\Indexer\ManagedTelemetry.dll' + - 'modules\launcher\Plugins\Program\Microsoft.Plugin.Program.dll' + - 'modules\launcher\Plugins\Program\ManagedTelemetry.dll' + - 'modules\launcher\Plugins\Registry\Microsoft.PowerToys.Run.Plugin.Registry.dll' + - 'modules\launcher\Plugins\Registry\ManagedTelemetry.dll' + - 'modules\launcher\Plugins\WindowsSettings\ManagedTelemetry.dll' + - 'modules\launcher\Plugins\WindowsSettings\Microsoft.PowerToys.Run.Plugin.WindowsSettings.dll' + - 'modules\launcher\Plugins\WindowsSettings\WindowsSettings.json' + - 'modules\launcher\Plugins\Shell\Microsoft.Plugin.Shell.dll' + - 'modules\launcher\Plugins\Shell\ManagedTelemetry.dll' + - 'modules\launcher\Plugins\Uri\Microsoft.Plugin.Uri.dll' + - 'modules\launcher\Plugins\Uri\ManagedTelemetry.dll' + - 'modules\launcher\Plugins\WindowWalker\Microsoft.Plugin.WindowWalker.dll' + - 'modules\launcher\Plugins\WindowWalker\ManagedTelemetry.dll' + - 'modules\launcher\Plugins\UnitConverter\Community.PowerToys.Run.Plugin.UnitConverter.dll' - 'modules\launcher\Plugins\VSCodeWorkspaces\Community.PowerToys.Run.Plugin.VSCodeWorkspaces.dll' - 'modules\launcher\Plugins\Service\Microsoft.PowerToys.Run.Plugin.Service.dll' - 'modules\launcher\Plugins\System\Microsoft.PowerToys.Run.Plugin.System.dll'