Skip to content

Commit

Permalink
Update module builder
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemyslawKlys committed Aug 5, 2023
1 parent c65b3e1 commit dc4fc40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Build/Manage-Mailozaurr.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit dc4fc40

Please sign in to comment.