From dc4fc406c963c2e53b0c87e21280555b8615d483 Mon Sep 17 00:00:00 2001 From: Przemyslaw Klys Date: Sat, 5 Aug 2023 08:55:26 +0200 Subject: [PATCH] Update module builder --- Build/Manage-Mailozaurr.ps1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Build/Manage-Mailozaurr.ps1 b/Build/Manage-Mailozaurr.ps1 index d66920b..d8c7008 100644 --- a/Build/Manage-Mailozaurr.ps1 +++ b/Build/Manage-Mailozaurr.ps1 @@ -3,7 +3,7 @@ Build-Module -ModuleName 'Mailozaurr' { # Usual defaults as per standard module $Manifest = [ordered] @{ - ModuleVersion = '1.0.1' + ModuleVersion = '1.0.X' # Supported PSEditions CompatiblePSEditions = @('Desktop', 'Core') # ID used to uniquely identify this module @@ -91,6 +91,6 @@ Build-Module -ModuleName 'Mailozaurr' { #New-ConfigurationTest -TestsPath "$PSScriptRoot\..\Tests" -Enable # global options for publishing to github/psgallery - New-ConfigurationPublish -Type PowerShellGallery -FilePath 'C:\Support\Important\PowerShellGalleryAPI.txt' -Enabled:$true - New-ConfigurationPublish -Type GitHub -FilePath 'C:\Support\Important\GitHubAPI.txt' -UserName 'EvotecIT' -Enabled:$true + #New-ConfigurationPublish -Type PowerShellGallery -FilePath 'C:\Support\Important\PowerShellGalleryAPI.txt' -Enabled:$true + #New-ConfigurationPublish -Type GitHub -FilePath 'C:\Support\Important\GitHubAPI.txt' -UserName 'EvotecIT' -Enabled:$true } -ExitCode \ No newline at end of file