From 32dc6ac6616132cab85c944fe4864b0d56699ed9 Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Fri, 26 May 2023 13:25:39 +0200 Subject: [PATCH] add cert thumbprint --- Build/Manage-Module.ps1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Build/Manage-Module.ps1 b/Build/Manage-Module.ps1 index bc73247..79d0e1c 100644 --- a/Build/Manage-Module.ps1 +++ b/Build/Manage-Module.ps1 @@ -253,6 +253,9 @@ $Configuration = @{ Style = @{ PSD1 = 'Minimal' # Native } + Signing = @{ + CertificateThumbprint = '36A8A2D0E227D81A2D3B60DCE0CFCF23BEFC343B' + } } Steps = @{ BuildModule = @{ # requires Enable to be on to process all of that