From 3f0f557a6893dd367efd6fcf5e26cb33b785ff20 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Sat, 11 Nov 2017 17:27:19 -0500 Subject: [PATCH] Fixes .wixproj signing wrong targets in PreBuild --- TGServiceInstaller/TGServiceInstaller.wixproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TGServiceInstaller/TGServiceInstaller.wixproj b/TGServiceInstaller/TGServiceInstaller.wixproj index e3d070599c..c2985570e2 100644 --- a/TGServiceInstaller/TGServiceInstaller.wixproj +++ b/TGServiceInstaller/TGServiceInstaller.wixproj @@ -74,7 +74,7 @@ - powershell -Command "& \"$(SolutionDir)Tools/SignMSI.ps1\"" + powershell -Command "& \"$(SolutionDir)Tools/SignBasics.ps1\"" powershell -Command "& \"$(SolutionDir)Tools/SignMSI.ps1\""