You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix inability to deploy Lifetime after Platform Server upgrade (#87)
* Platform Upgrades install Service Center
* Allows deployment after Plataform Upgrade
System Components are already deployed in the Upgrade
* Remove test that no longer applies
* Update CHANGELOG.md
* Increase version to 3.7.1.0
Copy file name to clipboardExpand all lines: src/Outsystems.SetupTools/Functions/Publish-OSPlatformLifetime.ps1
-12Lines changed: 0 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -117,18 +117,6 @@ function Publish-OSPlatformLifetime
117
117
return$installResult
118
118
}
119
119
120
-
if ($(GetSysComponentsCompiledVersion) -ne$osVersion)
121
-
{
122
-
LogMessage -Function $($MyInvocation.Mycommand) -Phase 1-Stream 3-Message "System Components version mismatch. You should run the Publish-OSPlatformSystemComponents first"
123
-
WriteNonTerminalError -Message "System Components version mismatch. You should run the Publish-OSPlatformSystemComponents first"
124
-
125
-
$installResult.Success=$false
126
-
$installResult.ExitCode=-1
127
-
$installResult.Message='System Components version mismatch. You should run the Publish-OSPlatformSystemComponents first'
0 commit comments