OctopusDeploy / OctoTFS

| Public | Octopus extensions for Azure DevOps, TFS, VSTS, and VSO
https://marketplace.visualstudio.com/items?itemName=octopusdeploy.octopus-deploy-build-release-tasks
Other
0 stars 41 forks source link

Stop including the embedded OctopusCLI #234

Closed johnsimons closed 2 years ago

johnsimons commented 2 years ago

Up till v4 of this extension we have been shipping as part of the vsix extension the embedded version of OctopusCLI.

This has the benefit of letting the user use our tasks without having to remember to install the OctopusCLI beforehand.

However this is also an antipattern,

So in v5 the Octopus CLI Installer task downloads a self-contained (not dependant on .Net Core being installed on the agent) version of the Octopus CLI. We also continue to support having the Octopus CLI pre-installed in the agent and added to the PATH environment variable.

johnsimons commented 2 years ago

Fixed in https://github.com/OctopusDeploy/OctoTFS/pull/223