From 3b3731d793f20b8acd5c63f171110e437b6ec1c8 Mon Sep 17 00:00:00 2001 From: Matt Ward Date: Mon, 8 Feb 2021 17:15:47 +0000 Subject: [PATCH] UnitTests now local copy the SetupProcess exe The tests do not run tests with the external SetupProcess currently but having the UnitTests copy this allows this to be tested locally by changing the AddinDatabase.GetSetupHandler method. --- Test/UnitTests/UnitTests.csproj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Test/UnitTests/UnitTests.csproj b/Test/UnitTests/UnitTests.csproj index c0329a32..68cb5947 100644 --- a/Test/UnitTests/UnitTests.csproj +++ b/Test/UnitTests/UnitTests.csproj @@ -45,6 +45,10 @@ {A85C9721-C054-4BD8-A1F3-0227615F0A36} Mono.Addins.Setup + + {303D2716-94AA-4067-8111-F478D26DFAFE} + Mono.Addins.SetupProcess +