Skip to content

Commit

Permalink
GH-23 and GH-25
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarafian committed Apr 6, 2017
1 parent 7f187a8 commit 7c2bea6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Automation/Publish-Module.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ foreach($moduleName in $moduleNamesToPublish)
"ReleaseNotes"= $releaseNotes -join [System.Environment]::NewLine
"CmdletsToExport" = $exportedNames
"FunctionsToExport" = $exportedNames
RequiredModules=@("PoshPrivilege")
}
switch ($moduleName)
{
Expand Down

0 comments on commit 7c2bea6

Please sign in to comment.