File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Import-Module "PSPublishModule" -Force
5
5
Invoke-ModuleBuild - ModuleName ' PSWriteHTML' {
6
6
# Usual defaults as per standard module
7
7
$Manifest = [ordered ] @ {
8
- ModuleVersion = ' 1.6 .0'
8
+ ModuleVersion = ' 1.X .0'
9
9
CompatiblePSEditions = @ (' Desktop' , ' Core' )
10
10
GUID = ' a7bdf640-f5cb-4acf-9de0-365b322d245c'
11
11
Author = ' Przemyslaw Klys'
@@ -86,6 +86,6 @@ Invoke-ModuleBuild -ModuleName 'PSWriteHTML' {
86
86
New-ConfigurationArtefact - Type Packed - Enable - Path " $PSScriptRoot \..\Artefacts\Packed" - ArtefactName ' <ModuleName>.v<ModuleVersion>.zip'
87
87
88
88
# options for publishing to github/psgallery
89
- # New-ConfigurationPublish -Type PowerShellGallery -FilePath 'C:\Support\Important\PowerShellGalleryAPI.txt' -Enabled:$true
90
- # New-ConfigurationPublish -Type GitHub -FilePath 'C:\Support\Important\GitHubAPI.txt' -UserName 'EvotecIT' -Enabled:$true
89
+ New-ConfigurationPublish - Type PowerShellGallery - FilePath ' C:\Support\Important\PowerShellGalleryAPI.txt' - Enabled:$true
90
+ New-ConfigurationPublish - Type GitHub - FilePath ' C:\Support\Important\GitHubAPI.txt' - UserName ' EvotecIT' - Enabled:$true
91
91
} - ExitCode
You can’t perform that action at this time.
0 commit comments