There was an error while loading. Please reload this page.
1 parent 39aaff1 commit ec22608Copy full SHA for ec22608
1 file changed
Publish/Manage-Module.ps1 Build/Manage-Module.ps1Publish/Manage-Module.ps1 renamed to Build/Manage-Module.ps1
@@ -6,13 +6,13 @@ $Configuration = @{
6
ModuleName = 'PSWinReportingV2'
7
8
DirectoryProjects = 'C:\Support\GitHub'
9
- DirectoryModules = "$Env:USERPROFILE\Documents\WindowsPowerShell\Modules"
+ #DirectoryModules = "$Env:USERPROFILE\Documents\WindowsPowerShell\Modules"
10
FunctionsToExport = 'Public'
11
AliasesToExport = 'Public'
12
13
Manifest = @{
14
# Version number of this module.
15
- ModuleVersion = '2.0.21'
+ ModuleVersion = '2.0.X'
16
# ID used to uniquely identify this module
17
GUID = 'ea2bd8d2-cca1-4dc3-9e1c-ff80b06e8fbe'
18
# Author of this module
0 commit comments