[java-identity-provider] branch dev/IDP-2147 updated: GEN-330 Build Windows installers in our standard flow

Rod Widdowson rdw at steadingsoftware.com
Wed Nov 8 10:13:14 UTC 2023


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

rdw pushed a commit to branch dev/IDP-2147
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=517739ea572eb3acfbf356969dcc90f1500e1576

The following commit(s) were added to refs/heads/dev/IDP-2147 by this push:
     new 517739ea5 GEN-330 Build Windows installers in our standard flow
517739ea5 is described below

commit 517739ea572eb3acfbf356969dcc90f1500e1576
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Nov 8 09:58:47 2023 +0000

    GEN-330 Build Windows installers in our standard flow
    
    https://shibboleth.atlassian.net/browse/GEN-330
    
    Add the magical configuration needed to force "dotnet" to do a
    signature check on down loaded dlls
---
 idp-msi/src/main/wix/nuget.config | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/idp-msi/src/main/wix/nuget.config b/idp-msi/src/main/wix/nuget.config
new file mode 100644
index 000000000..0d2de2a5d
--- /dev/null
+++ b/idp-msi/src/main/wix/nuget.config
@@ -0,0 +1,11 @@
+<configuration>
+    <config>
+	<add key="signatureValidationMode" value="require" />
+    </config>
+    <trustedSigners>
+	<author name="wixtoolset">
+	    <!-- The current status of this certificate is "trust on first use" -->
+	    <certificate fingerprint="0DB368BC1A5A9E19CC9E036B490B7C4A4D3DFB941C0781B4F22F218BE0B54986" hashAlgorithm="SHA256" allowUntrustedRoot="false" />
+	</author>
+    </trustedSigners>
+</configuration>

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


More information about the commits mailing list