[cpp-sp] branch master updated: Missed change for SSPCPP-870: Install PDB files

Rod Widdowson rdw at steadingsoftware.com
Sat Feb 15 12:02:54 EST 2020


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch master
in repository cpp-sp.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=fb14751e8e85e75b8e302e8db7b2d336608ae719

The following commit(s) were added to refs/heads/master by this push:
       new  fb14751   Missed change for SSPCPP-870: Install PDB files
fb14751 is described below

commit fb14751e8e85e75b8e302e8db7b2d336608ae719
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Feb 15 17:02:48 2020 +0000

    Missed change for SSPCPP-870: Install PDB files
---
 msi/WiX/ShibbolethSP-main-x64.wxs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/msi/WiX/ShibbolethSP-main-x64.wxs b/msi/WiX/ShibbolethSP-main-x64.wxs
index 5805e20..04a4b1a 100644
--- a/msi/WiX/ShibbolethSP-main-x64.wxs
+++ b/msi/WiX/ShibbolethSP-main-x64.wxs
@@ -190,6 +190,7 @@
 
       <Component Id="shibd64.exe" Guid="{707B57A2-CCA0-48A6-9F66-275EB04474AA}" Win64="yes" Directory="sbin64">
         <File KeyPath="yes" Checksum="yes" Id="shibd64.exe" Source="$(var.SPBuildDirectory)\cpp-sp\Build\$(var.MsVCVersion)\x64\Release\shibd.exe" />
+        <File KeyPath="no"  Checksum="no"  Id="shibd64.pdb" Source="$(var.SPBuildDirectory)\cpp-sp\Build\$(var.MsVCVersion)\x64\Release\shibd.pdb" />
         <!-- NOTE - whether this actually happens is predicated in noarch on whether this is an upgrade or not -->
         <ServiceInstall Id="shibd" Name="shibd_Default" DisplayName="Shibboleth Daemon (Default)" Description="Manages shared state and offloads SAML processing from Shibboleth web server modules." Arguments="-stdout "[INSTALLDIR]var\log\shibboleth\stdout.log" -stderr "[INSTALLDIR]var\log\shibboleth\stderr.log"" Type="ownProcess" Start="auto" ErrorControl="ignore" />
         <ServiceControl Id="shibd_Default" Name="shibd_Default" Stop="both" Remove="uninstall" Start="install" Wait="no" />

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list