File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 1
1
Clear-Host
2
2
Import-Module " PSPublishModule" - Force
3
+ # Import-Module C:\Support\GitHub\PSPublishModule\PSPublishModule.psd1 -Force
3
4
4
5
Invoke-ModuleBuild - ModuleName ' PSWriteHTML' {
5
6
# Usual defaults as per standard module
@@ -78,6 +79,8 @@ Invoke-ModuleBuild -ModuleName 'PSWriteHTML' {
78
79
79
80
New-ConfigurationBuild - Enable:$true - SignModule - MergeModuleOnBuild - MergeFunctionsFromApprovedModules - CertificateThumbprint ' 483292C9E317AA13B07BB7A96AE9D1A5ED9E7703'
80
81
82
+ New-ConfigurationTest - TestsPath " $PSScriptRoot \..\Tests" - Enable
83
+
81
84
New-ConfigurationArtefact - Type Unpacked - Enable - Path " $PSScriptRoot \..\Artefacts\Unpacked"
82
85
New-ConfigurationArtefact - Type Packed - Enable - Path " $PSScriptRoot \..\Artefacts\Packed" - ArtefactName ' <ModuleName>.v<ModuleVersion>.zip'
83
86
You can’t perform that action at this time.
0 commit comments