From a5cf96398cb0b9002240d990a4205b2a448c4513 Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Tue, 7 Mar 2023 18:12:03 +0100 Subject: [PATCH] Update module builder --- Build/Manage-Module.ps1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Build/Manage-Module.ps1 b/Build/Manage-Module.ps1 index b11da98..bc73247 100644 --- a/Build/Manage-Module.ps1 +++ b/Build/Manage-Module.ps1 @@ -224,7 +224,7 @@ $Configuration = @{ RemoveComments = $false } Integrate = @{ - ApprovedModules = 'PSSharedGoods', 'PSWriteColor', 'Connectimo', 'PSUnifi', 'PSWebToolbox', 'PSMyPassword', 'ADEssentials' + ApprovedModules = 'PSSharedGoods', 'PSWriteColor', 'Connectimo', 'PSUnifi', 'PSWebToolbox', 'PSMyPassword', 'ADEssentials', 'PSPublishModule' } } Standard = @{ @@ -276,10 +276,10 @@ $Configuration = @{ Verbose = $false } PublishModule = @{ # requires Enable to be on to process all of that - Enabled = $true + Enabled = $false Prerelease = '' RequireForce = $false - GitHub = $true + GitHub = $false } } }