Skip to content

Commit

Permalink
Merge pull request #94 from RWS/develop
Browse files Browse the repository at this point in the history
Revert publisher changes
  • Loading branch information
roshvets authored Oct 29, 2021
2 parents 990672e + 0d01289 commit bef3103
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
12 changes: 4 additions & 8 deletions Automation/Publish-Module.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,12 @@ switch ($PSCmdlet.ParameterSetName)
'Public' {
$publishDebug=$false
$repository="PSGallery"
$moduleNamesToPublish+="ISHServer.12"
$moduleNamesToPublish+="ISHServer.13"
$moduleNamesToPublish+="ISHServer.14"
break;
}
'Public+Internal' {
$publishDebug=$true
$repository=$DevRepository
$moduleNamesToPublish+="ISHServer.12"
$moduleNamesToPublish+="ISHServer.13"
$moduleNamesToPublish+="ISHServer.14"
$moduleNamesToPublish+="ISHServer.15"
break
Expand Down Expand Up @@ -133,7 +129,7 @@ foreach($moduleName in $moduleNamesToPublish)

if((-not $publishDebug) -and $repositoryModule)
{
$publishedVersion=$repositoryModule.Version
[version] $publishedVersion=$repositoryModule.Version
$publishedMajor=$publishedVersion.Major
$publishedMinor=$publishedVersion.Minor

Expand Down Expand Up @@ -194,8 +190,8 @@ foreach($moduleName in $moduleNamesToPublish)
)

$hash=@{
"Author"="RWS plc"
"CompanyName"="RWS plc"
"Author"="SDL plc"
"CompanyName"="SDL plc"
"Copyright"="RWS plc. All rights reserved."
"RootModule"=$psm1Name
"Description"=""
Expand Down Expand Up @@ -231,7 +227,7 @@ foreach($moduleName in $moduleNamesToPublish)
}
}

New-ModuleManifest @hash
New-ModuleManifest @hash

Write-Verbose "Generated manifest"
#endregion
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ISHServer
A PowerShell module to help automate installation of prerequisites for **Tridion Docs** (Knowledge Center Content Manager, LiveContent Architect, Trisoft InfoShare).
A PowerShell module to help automate installation of prerequisites for **SDL Tridion Docs** (SDL Knowledge Center Content Manager, LiveContent Architect, Trisoft InfoShare).

# Available ISHServer modules

Expand Down

0 comments on commit bef3103

Please sign in to comment.