appveyor / ci

AppVeyor community support repository
https://www.appveyor.com
344 stars 64 forks source link

Update OctoTools/OctopusCLI to 9.1.7 #3851

Open mharen opened 1 year ago

mharen commented 1 year ago

The ubuntu images have octo 9.0.0. Please update to 9.1.7 (or at least 9.1.2).

FeodorFitsner commented 1 year ago

Sure, we will update images this week.

In the meantime you can add this to your appveyor.yml to update octo tool:

install:
- curl -fsSL https://download.octopusdeploy.com/octopus-tools/9.1.7/OctopusTools.9.1.7.linux-x64.tar.gz -o /tmp/OctopusTools.tar.gz
- sudo tar zxf /tmp/OctopusTools.tar.gz -C /usr/bin
- octo version