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
While using the "-Wait" parameter, on the Publish-OSPlatformSolution cmdlet, it ended up not only waiting for the solution to publish, as expected, but also causing it to turn into a Two Stage deployment (confirmed here).
Not using the parameter causes the deployment to be the regular, old single stage, but obviously ends up being an async call. At the end of the day, the parameter is misleading as to what it does.
Platform versions confirmed that are affected (assuming they are relevant): "11.9.1.20359", "11.7.3.7036". Occurred while trying to publish System Components.
While using the "-Wait" parameter, on the Publish-OSPlatformSolution cmdlet, it ended up not only waiting for the solution to publish, as expected, but also causing it to turn into a Two Stage deployment (confirmed here).
Not using the parameter causes the deployment to be the regular, old single stage, but obviously ends up being an async call. At the end of the day, the parameter is misleading as to what it does.
OutSystems.SetupTools/src/Outsystems.SetupTools/Functions/Publish-OSPlatformSolution.ps1
Line 20 in 66029a6
The text was updated successfully, but these errors were encountered: