Skip to content

Commit

Permalink
Update module builder
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemyslawKlys committed Dec 18, 2022
1 parent 39aaff1 commit ec22608
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Publish/Manage-Module.ps1 → Build/Manage-Module.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ $Configuration = @{
ModuleName = 'PSWinReportingV2'

DirectoryProjects = 'C:\Support\GitHub'
DirectoryModules = "$Env:USERPROFILE\Documents\WindowsPowerShell\Modules"
#DirectoryModules = "$Env:USERPROFILE\Documents\WindowsPowerShell\Modules"
FunctionsToExport = 'Public'
AliasesToExport = 'Public'

Manifest = @{
# Version number of this module.
ModuleVersion = '2.0.21'
ModuleVersion = '2.0.X'
# ID used to uniquely identify this module
GUID = 'ea2bd8d2-cca1-4dc3-9e1c-ff80b06e8fbe'
# Author of this module
Expand Down

0 comments on commit ec22608

Please sign in to comment.