From 7c0cc145ebaa9afcdc01aef0571a155bcfeb6ad8 Mon Sep 17 00:00:00 2001 From: Andrey Nekrasov Date: Tue, 27 Jul 2021 21:01:45 +0300 Subject: [PATCH] [FZE] Fix missed dependency dll (#12530) --- .pipelines/pipeline.user.windows.yml | 1 + installer/PowerToysSetup/Product.wxs | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.pipelines/pipeline.user.windows.yml b/.pipelines/pipeline.user.windows.yml index 29581b3763..1917779e55 100644 --- a/.pipelines/pipeline.user.windows.yml +++ b/.pipelines/pipeline.user.windows.yml @@ -102,6 +102,7 @@ build: - 'modules\FancyZones\ManagedCommon.dll' - 'modules\FancyZones\ManagedTelemetry.dll' - 'modules\FancyZones\PowerToys.FancyZones.exe' + - 'modules\FancyZones\PowerToysInterop.dll' - 'modules\FancyZones\Telemetry.dll' - 'modules\FancyZones\Microsoft.PowerToys.Common.UI.dll' - 'modules\FileExplorerPreview\ManagedTelemetry.dll' diff --git a/installer/PowerToysSetup/Product.wxs b/installer/PowerToysSetup/Product.wxs index f6d00e1432..131ea2eef2 100644 --- a/installer/PowerToysSetup/Product.wxs +++ b/installer/PowerToysSetup/Product.wxs @@ -436,6 +436,8 @@ + +