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

Support wildcards in OctoInstaller task #229

Closed johnsimons closed 2 years ago

johnsimons commented 2 years ago

Versions can be given in the following formats, examples:

jbristowe commented 2 years ago

Is it worth considering SemVer ranges?

johnsimons commented 2 years ago

Is it worth considering SemVer ranges?

I assume customers will tell us eventually 😉

twurm commented 2 years ago

@johnsimons any idea when this will be ready?

johnsimons commented 2 years ago

@twurm hopefully I get it merged today

johnsimons commented 2 years ago

@twurm I'm curious, which one are you after?

twurm commented 2 years ago

@johnsimons I think they all make sense honestly. We will be using the (if available), mainly because we are using Octopus in the cloud so that seems to make the most sense. If we were using on premise, the 8. would make the most sense, if we run into a regression in the CLI we will be using the full 8.1.1.

jbristowe commented 2 years ago

Thanks for the feedback, @twurm. Our implementation will enable you to run on latest (AKA, *) with the understanding that this includes updates to major versions, which includes breaking changes. I don't anticipate a lot of major versions in the future. However, if a breaking change is introduced then this may require you to update your workflows.