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
Octopus Deploy provides the tool Octo.exe, which is integrated into Cake under the Cake.Common.Tools.OctopusDeploy namespace. One feature that the tool provides is to deploy the latest release from a selected channel (using options --channel "Beta" --version latest).
The thing is that not every option is currently available through Cake, such as the channel option, so one has to resort to invoking Octo.exe directly. It would be nice if this option, and maybe others, could be added to OctopusDeployReleaseDeploymentSettings.
The text was updated successfully, but these errors were encountered:
so one has to resort to invoking Octo.exe directly.
Instead of resorting to calling Octo.exe directly you could always use ArgumentCustomization on OctopusDeployReleaseDeploymentSettings as a workaround.
That said. Are you in a position to submit a PR for adding Channel and Version/ReleaseNumber to OctopusDeployReleaseDeploymentSettings?
Octopus Deploy provides the tool Octo.exe, which is integrated into Cake under the Cake.Common.Tools.OctopusDeploy namespace. One feature that the tool provides is to deploy the latest release from a selected channel (using options --channel "Beta" --version latest).
The thing is that not every option is currently available through Cake, such as the channel option, so one has to resort to invoking Octo.exe directly. It would be nice if this option, and maybe others, could be added to OctopusDeployReleaseDeploymentSettings.
The text was updated successfully, but these errors were encountered: